Jump to content
  • 0

Нужна помощь с div в ие6


lebeden
 Share

Question

Добрый день.

Подскажите плз в чем проблема. Простой код во всех броузерах кроме ие работает отлично:

<html>
<head>
<title>Div test</title>
<style>
body {
margin: 0;
text-align: center;
}
.container {
width: 982px;
margin: 5px auto;
}
.subcontainer {
border: 1px solid black;
float: left;
width: 980px;
}
.header {
background-color: red;
height: 30px;
margin-bottom: 5px;
}
.item {
border: 1px solid blue;
display: inline;
float: left;
height: 135px;
width: 180px;
margin: 0 7px 5px 7px;
}
</style>
</head>
<body>
<div class="container">
<div class="subcontainer">
<div class="header">
</div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
</div>
</body>
</html>

Была проблема с float left и двойным маргином слева. Нагуглил, что это известный баг и решается добавлением display: inline; для дивок внутри контейнера, двойной маргин слева исчез, но остался справа и исчез маргин снизу. Не понятно что раздвигает дивку контейнер вправо...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Проблема решена. Оказалось просто неправильно посчитал пиксели :P

Див с шириной 180 пикселей и с border: 1px; занимает 182 пикселя, по 1 пикселю со всех сторон на бордер, а в ие такой див все равно занимает 180 пикселей

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