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
Noks
У меня вопрос как мне сделать подсказку для ссылки на основе переката изображения
css:
A.history {
background: url('../images/buttons/history.jpg'); /* Путь к файлу с исходным рисунком */
display: block; /* Рисунок как блочный элемент */
width: 209px; /* Ширина рисунка в пикселах */
height: 49px; /* Высота рисунка */
}
A.history:hover {
background-position:
0 /* Смещение по горизонтали */
-49px; /* Смещение вверх по вертикали */
}
html:
<a href="index.html" class="history"></a>
с простой то картинкой все понятно
<img border="0" src="images/don't-panic_09.jpg" width="209" height="49" alt="История">
Link 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.