Кнопочки на спрайтах
1 |
<a href="ваша ссылка" class="sprite" title="ваша подсказка"></a> |
1 2 3 4 5 6 7 8 9 10 |
a.sprite { display:block; width:109px; height:40px; background:url("/img/1.png"); text-decoration:none; } a.sprite:hover { background-position:0 -40px; } |
2#: Кнопка «Скачать» Туда где хотм видеть кнопку:
1 |
<a href="ваша ссылка" class="sprite2" title="ваша подсказка"></a> |
1 2 3 4 5 6 7 8 9 10 |
a.sprite2 { display:block; width:200px; height:65px; background:url("/img/down2.png"); text-decoration:none; } a.sprite4:hover { background-position:0 -64px; } |