Jump to content
  • 0

Зазоры в Internet Explorer 6


Red Planet
 Share

Question

Здравствуйте. Обнаружил при верстке одну неприятность, наблюдается в IE 6, в других не замечал.

Google Chrome, Opera, Mozilla Firefox, Internet Explorer 8.

761618m.gif

Internet Explorer 6. По бокам у оранжевого блока видны небольшие зазоры.

743186m.gif

CSS.

body {
font-family: Arial, Helvetica, sans-serif;
color: #333;
background: #fe6;
}


* {
margin: 0;
padding: 0;
}


p {
padding: 10px 30px;
}


#container, #left-col, #right-col {
height: 300px;
}


#container {
background: #F63;
margin: 0 100px 0;
}


#left-col {
float: left;
width: 100px;
background: #ffe;
}


#right-col {
float: right;
width: 100px;
background: #aa5;
}

В чем причина?

Edited by Red Planet
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Дали только стили, а как это соотносится со структурой мы угадывать должны? Где html?

Ну а если протелепатить, то возможно это есть так называемый знаменитый 3-х пиксельный баг ИЕ6 при плавающих блоках. Решается по разному в зависимости от задачи. Поищите здесь на форуме или погуглите, это распространенная тема.

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