Jump to content
  • 0

Странные промежутки между DIV'ами в IE 6


Guest IMAM
 Share

Question

Описать проблему словами будет сложнова-то, потому предлагаю посмотреть код и увидеть проблему воочию.

Проблема наблюдается только в IE 6 (хотя может и в 7ой версии тоже, на данный момент не могу проверить).

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

Страничка тут http://dev.inroot.ru/inroot/

Код

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Test</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}

BODY {
background-color: #1B1F22
}


#header {
width: 100%;
height: 60px;
}

#headercontent {
height: 60px;
}

#topmenu {
width: 100%;
height: 30px;
background: #f1f1f1;
}

#topsubline {
height: 30px;
background: #DDE9EF;
}

#searchbox {
width: 270px;
height: 60px;
float:right;
background: #084D84;
}

</style>
</head>

<body>

<div id="header">
<div id="searchbox">
Block 3
</div>
<div id="headercontent">
<div id="topmenu">Block 1</div>
<div id="topsubline">Block 2</div>
</div>
</div>

</body>

</html>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Классическое решение - использовать _margin-rigth (или любой другой подходящий margin) с отрицательным значением, именно так, с подчеркиванием. Понимает его только IE6, хотя при этом CSS валидацию не пройдет.

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