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
nor4ik
Mozilla Forifox границы не показывает. В Opera и IE все нормально. Подскажите почему и как это исправить?
Разметка:
<td class="menu1">
<ul>
<li> <a href="">menu 1</a></li>
<li> <a href="">menu 2</a></li>
<li> <a href="">menu 3</a></li>
<li> <a href="">menu 4</a></li>
</ul>
В стилях:
.menu1 ul
{
list-style: none
}
.menu1 ul li
{
border-bottom: 1 dotted #c0c0c0;
padding:0;
margin:0;
line-height: 2em;
}
.menu1 ul a
{
text-decoration: none;
color: #000066;
display: block;
}
.menu1 ul a:hover
{
background: #F4F4F4;
}
Edited by nor4ikLink to comment
Share on other sites
5 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.