Skip to content

Instantly share code, notes, and snippets.

@azanebrain
Last active January 3, 2016 19:48
Show Gist options
  • Save azanebrain/8510392 to your computer and use it in GitHub Desktop.
Save azanebrain/8510392 to your computer and use it in GitHub Desktop.
Hover sprite icon with css
.hoverSpriteVert,
.hoverSpriteHoriz
background-position: 0 0
.hoverSpriteHoriz:hover
background-position: 100% 0
.hoverSpriteVert:hover
background-position: 0 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment