Skip to content

Instantly share code, notes, and snippets.

@xaviervia
Created December 2, 2011 14:39
Show Gist options
  • Save xaviervia/1423449 to your computer and use it in GitHub Desktop.
Save xaviervia/1423449 to your computer and use it in GitHub Desktop.
Hoverable in img sprite (interesting mixin)
@mixin hoverable($width, $height)
display: block
position: relative
overflow: hidden
height: $height
width: $width
img
position: relative
display: block
img.rollover
bottom: $height * 3
opacity: 0
filter: alpha(opacity=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment