Skip to content

Instantly share code, notes, and snippets.

@tecnocrata
Created November 2, 2012 20:25
Show Gist options
  • Select an option

  • Save tecnocrata/4004112 to your computer and use it in GitHub Desktop.

Select an option

Save tecnocrata/4004112 to your computer and use it in GitHub Desktop.
Animacion simple basada en CSS
.tile-wrapper {
position : relative;
display : inline-block;
}
.tile-wrapper .image-options {
position : absolute;
top : 0;
right : 0;
left : 0;
height : 25px;
z-index : 2;
display : none;
}
.tile-wrapper:hover .image-options {
display : block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment