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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
BOLT
Всем привет.
КОД:
<body>
<div id="conteiner">
<div id="header"></div>
<div id="leftbar"></div>
<div id="content"></div>
<div id="clear"></div>
<div id="footer"></div>
</div>
</body>
СSS:
#conteiner{
width:930px;
margin:0 auto;
text-align:left;
}
#header{
width:930px;
}
#leftbar{
width:280px;
hight:450px;
float:left;
}
#content{
hight:450px;
margin-left:280px;
}
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#footer{
height:100px;
width:930px;
}
Проблема заключается в том что во всех браузерах кроме IE6 между leftbar и content появляется пробел (margin примерно в 2 пиеселя).
Уже перепробывал все что то можно но ничего не выходит.
Да кстатите заметил такую осебенность если не прописывать в CSS к leftbar и content ВЫСОТУ(height) то все нормально.
Возможно ли как то решить эту проблему?
Спасибо
Edited by BOLTLink to comment
Share on other sites
8 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.