Forum Moderators: not2easy
[edited by: alt131 at 7:19 pm (utc) on Mar 12, 2012]
[edit reason] Thread Tidy [/edit]
a.test {
display:block;
width:100px;/* usually restrict width and height to match the "on" state of the image*/
height:100px;
background:url(img.gif) no-repeat 0 0;/* normal state*/
}
a.test:hover{background-position:0 100%}/* hover state*/
But, I was hoping not to use a combined, single image...