Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 16:53
Show Gist options
  • Save feedhenry-gists/1019250 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1019250 to your computer and use it in GitHub Desktop.
Image Sprites Example 2 Login
#login:
{ background: url(../images/sprite.png) scroll 0 -410px no-repeat;
display:block;
width: 137px;
height: 40px;
}
#login:hover
{
background-position: 160px -410px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment