Jump to content
  • 0

В Mozilla cлои перескакивают, в IE - нет


styleroom
 Share

Question

Привет! Есть небольшие непонятки относительно поведения двух слоев в контейнере при использовании min-width: в IE слои слушаются этот min-width и не перескакивают друг под друга, а в Mozilla - перескакивают... Это почему происходит и как это вылечить.

Код дивов:

<div id="menu_niz">
<div id="menu_niz_left"></div>
<div id="menu_niz_right"></div>
</div>

CSS:

#menu_niz {
position:absolute;
width:100%;
height:47px;
top:100%;
left: 0;
margin-top: -92px;
z-index:4;
color: #FFFFFF;
font-family: Tahoma, Verdana, Arial;
font-size:14px;
font-weight:bold;
min-width: 965px;
}
#menu_niz_left {
float:left;
margin: 15px 0 0 5px;
color: #FFFFFF;
font-family: Tahoma, Verdana, Arial;
font-size:12px;
font-weight:bold;
z-index:6;
}
#menu_niz_right {
float:right;
margin: 15px 5px 0 0;
color: #FFFFFF;
font-family: Tahoma, Verdana, Arial;
font-size:12px;
font-weight:bold;
z-index:6;
}

Вот так это выглядит в реальности = редизайн

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Можно этого избежать если сделать min-width = 1055... Тогда две менюшки и в Mozilla не будут перескакивать, но тогда в IE увеличится расстояние на которое они будут сближаться при уменьшении окна браузера...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy