Jump to content
  • 0

В 6IE Выскакивает таблица из <div>-а


N-Mak
 Share

Question

Здравствуйте, возникла передо мной проблема, которую никак не могу решить самостоятельно.

Имеется шаблон с фиксированной шириной правой и левой колонок и резиновой центральной. Сделано так: три

-а, правый и левый float-нутые в соответствующие стороны, центральный position: relative.

Вот они:

#main {
position: relative;
clear: both;
width:100%;
padding-bottom: 52px;
overflow: hidden;
}
#left {
float: left;
width: 260px;
background-image: url(images/left_fon.jpg);
background-repeat: repeat-y;
margin: 0;
padding: 0;
}
#right {
float: right;
background: url(images/right_fon.jpg) repeat-x;
margin-top: 30px;
width: 250px;
}
#content {
position: relative;
background-image: url(images/modul_top.jpg);
background-repeat: repeat-x;
background-position: 0 30px;
margin-left: 260px;
margin-right: 250px;
padding-right: 20px;
padding-left: 20px;
}
<div id="main">
<div id="left"> </div>
<div id="right"> </div>
<div id="content"> </div>
</div>

В слой content я помещаю таблицу:

В ячейках таблицы содержание:

Ссылка

kartynka.jpg"

Текст, текст, текст, текст

Вот ЦСС:

.iacheika {

position: relative;

margin: 2px;

padding: 5px;

border: 1px dotted black;

background-color: #FEFEFE;

}

Результат отличный везде кроме 6-ого Осла. Даже в 7-ом все отлично. А в 6-ом таблица падает вниз, а div class="iacheika" прыгает то в левый верхний угол слоя main, то возвразается в ячейку таблицы. Если задать слою center фиксированную ширину, или хотя бы ширину в процентах - таблица перестает падать, но "iacheika" продолжает свой свободный полет.

Пробовал задавать отрицательные padding'и окружающим слоям - не помогает. Положительные - тоже. Вроде перепробовал все возможные отступы - реакции никакой. Сложность еще в том, что я не могу указать ни в процентах, ни в пикселях ширину слоя content - он резиновый и в разных разрешениях экрана занимает разный % ширины.

Подскажите, пожалуйства какой-нибудь хак...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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