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
spn_one
подскажите почему данаая конструкция не работает в опере:
css :
.vhod a{
display:block;
background:url(http://jaguar-pw.clan.su/knopki/vhod/go.png) no-repeat;
width:120px;
height:24px;
font-size:30px;
color:#FFFF66;
text-align:center;
text-decoration:none;
}
.vhod a:hover{ display:block;
background-position: 0 -24px;
}
.vhod a:active{ display:block;
background-position: 0 -48px;
}
html:
<li class="vhod">
<a href="$LOGIN_LINK$" class="vhod"></a>
</li>
и какие пути решения...?
Link to comment
Share on other sites
2 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.