Created
June 10, 2011 16:53
-
-
Save feedhenry-gists/1019250 to your computer and use it in GitHub Desktop.
Image Sprites Example 2 Login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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