Jump to content
  • 0

Сползает центральный div в IE 8


alex4715
 Share

Question

Добрый день.

Сел верстать страничку, всё шло нормально пока не решил затестить в разных браузерах. Хром, Опера, Фаерфокс Сафари показали идентичный результаты, а вот IE как ему и свойственно отобразил "оригинально" <div id="center_block"></div> сполз вниз ровно на страницу. Искал решение проблемы нашёл разные варианты но не один не помог.

Вот код:

<style>
body {
background-color:#6f6f6f;
text-align:center;
margin:0px 0px;
padding:0px 0px;
height:100%;
}
#container {
height:100%;
width:1042px;
margin:0px auto;
float:none;
}
#shadow_left {
background-image:url(img/shadow_left.jpg);
background-repeat:repeat-y;
width:9px;
height:100%;
float:left;
position:relative;
}
#center_block {
float:none;
margin:0 auto;
width:1024px;
height:100%;
background-color:#FFF;
position:relative;
}
#shadow_right {
background-image:url(img/shadow_right.jpg);
background-repeat:repeat-y;
width:9px;
height:100%;
float:right;
position:relative;
}
</style>
</head>

<body>
<div id="container">
<div id="shadow_left"></div>
<div id="shadow_right"></div>
<div id="center_block"></div>

</div>

Спасибо.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Благадарю получилось. только в IE теперь боковые блоки отходят от центрального где то на 2 пикселя и опять же во всех других браузерах всё на ура

Обманный манёвр, сделай у боковых колонок отрицательным марджин для того, чтобы они в плотную прижались к центральной.

Link to comment
Share on other sites

  • 0

Помогло, правда я решил эту проблему вернув верх строчки:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

Спасибо за помощь, очень помогли ;)

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