Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created October 17, 2012 18:26
Show Gist options
  • Save griffiths/3907199 to your computer and use it in GitHub Desktop.
Save griffiths/3907199 to your computer and use it in GitHub Desktop.
.button {
display: block;
width: 250px;
height: 250px;
background-image: url('sprite.gif');
background-repeat: no-repeat;
overflow:hidden;
text-indent:100%;
white-space: nowrap;
}
.button:hover {
background-position: -250px 0;
}
.button:active {
background-position: -500px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment