Friday, February 22, 2013

Simple Sprite Rollover

a {
       display: block;
       background: url(sprite.png) no-repeat;
       height: 30px;
       width: 250px;

       text-indent: -9000px;
}

a:hover {


       background-position: 0 -30px;
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.