/ Published in: CSS
Expand |
Embed | Plain Text
a { display: block; background: url(sprite.png) no-repeat; height: 30px; width: 250px; } a:hover { background-position: 0 -30px; }
You need to login to post a comment.
icecreamboyy on 03/11/11
1 person have marked this snippet as a favorite
a { display: block; background: url(sprite.png) no-repeat; height: 30px; width: 250px; } a:hover { background-position: 0 -30px; }
You need to login to post a comment.