Jump to content
  • 0

overflow hidden парализует ие6


cardsmoney
 Share

Question

Ещё раз всем привет!!1 поиск полистал - не нашёл..

столкнулся с проблемой -

делаю меню сбоку через список..

последний пункт списка - длинный блок (получается, вылетает за экран)

так вот структура

<div id="wrapper">

<div id="content">

<div id="c_niz">


<div id="sidebar_right">
</div>

<div id="sidebar_left">
<ul>

<li class="hat" >Каталог дисков</li>
<li class="a">Каталог шин</li>
<li>Тесты шин</li>
<li class="a">Онлайн Инфо</li>
<li class="zvonok">Онлайн Инфо</li>


</ul>


</div>

<div id="center">
</div>

</div>

</div>
</div>

вобщем в мозилле всё плывёт, в ие6 всё ок, пока НЕ ставлю во враппер свойство Oveflow:hidden

а вот когда ставлю его - в мозилле всё ок, зато в ие6 враппер застывает на своих 100%, и не прокручивает экран..

как быть??

вот цсс

html, body 
{
margin:0;
padding:0;
width:100%;
height:100%;
}
#wrapper
{
position:relative;
min-height: 100%;
height: auto !important;
height: 100%;
background:#303133;
}

#content
{
padding-bottom:68px;
float:left;
clear:both;
width:100%;
min-height: 100%;
height: auto !important;
height: 100%;
}






#sidebar_left
{
float:left;
width:158px;
height:auto;
border:1px solid gold;
background:url(img/corner.jpg) no-repeat right top #000;
overflow:hidden
}

#c_niz
{
width:100%;
height: auto;
float:left;
overflow:hidden;
}

#sidebar_left ul
{
list-style-type:none;
display: inline;
float:left;
margin:0;
height:auto
}


#sidebar_left ul li
{
width:138px;
_width:158px;
height:20px;
_height:30px;

padding-left:40px;
padding-top:8px;

margin:0;
_margin-top:-1px;
margin-left:-40px;
_margin-left:-20px;
}

li.zvonok
{
width:158px;
height:366px !important;
_height:346px !important;
background:#fff !important;
color:#fff;
font:normal 12px Tahoma;
margin:0;
_margin-top:-1px;
margin-left:-30px;
_margin-left:-10px;
}

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

#wrapper

{

position:relative;

min-height: 100%;

height: auto !important;

height: 100%;

background:#303133;

}

Все правильно, видит размер и обрезает.

Наверное надо на другой элемент оверфлоу перенести, на сам список или еще куда, может создать дополнительный блок.

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