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
sdm98
Добрый. хелп, плиз....
такая хрень в ie6
см 185.exonit.by всплывающие изображения, при наведении на активные области
какой-то левый то ли padding, то ли margin появляются между bal_top и bal_mid, bal_mid и bal_bot.
HTML:
<div class="bal_top"></div>
<div class="bal_mid"><div class="bal">
<div class="p1">КОНТАКТ! регионы<span> <br/> Телефонный справочник Вашего города</span></div>
</div></div>
<div class="bal_bot"></div>
CSS:
.p1{
font:Arial, Helvetica, sans-serif;
font-size:18px;
color:#202020;
text-align:center;
}
.p1 span {
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#778de2;
text-align:center;
}
.bal {
margin-left:15px;
width:170px;
text-align:center;
}
.bal_top{
width:200px;
height:6px;
background: url(../images/b_top.jpg) no-repeat top;
}
.bal_mid{
background: url(../images/b_mid.jpg) repeat-y center;
width:200px;
}
.bal_bot{
width:200px;
height:6px;
background: url(../images/b_bot.jpg) no-repeat bottom;
}
Edited by sdm98Link to comment
Share on other sites
7 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.