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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
Red Planet
Здравствуйте. Обнаружил при верстке одну неприятность, наблюдается в IE 6, в других не замечал.
Google Chrome, Opera, Mozilla Firefox, Internet Explorer 8.
Internet Explorer 6. По бокам у оранжевого блока видны небольшие зазоры.
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 PlanetLink to comment
Share on other sites
6 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.