/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a { display: block; background: url(sprite.png) no-repeat; height: 30px; width: 250px; } a:hover { background-position: 0 -30px; }