Return to Snippet

Revision: 46362
at May 17, 2011 23:01 by screamwork


Initial Code
a {
       display: block;
       background: url(sprite.png) no-repeat;
       height: 30px;
       width: 250px;
}
 
a:hover {
       background-position: 0 -30px;
}

Initial URL


Initial Description


Initial Title
Link Rollover as CSS Sprite

Initial Tags


Initial Language
CSS