Theese are the ones I made for DEVPPL (uses them in the menu in the top)
HTML:
Code:
<a href="sida.html" id="img1"></a>
CSS:
Code:
#img1
{
width: 96px;
height: 134px;
overflow: hidden;
background: url(../images/image.gif) top left no-repeat;
display: inline;
float: left;
}
#img1:hover
{
background-position: bottom left;
}