Skip to content

Instantly share code, notes, and snippets.

@jakerocheleau
Created September 17, 2012 21:22
Show Gist options
  • Save jakerocheleau/3739891 to your computer and use it in GitHub Desktop.
Save jakerocheleau/3739891 to your computer and use it in GitHub Desktop.
Inner-element Hover
/**
* Inner-element Hover
*/
body { padding: 0px 20px; }
.container { position: relative; }
.mini { position: absolute; top: 10px; left: 15px;
display: none;
padding: 4px 5px;
background: rgba(255,255,255,0.8);
color: #666; font-weight: bold;
}
.container a:hover .mini { display: block; }
<div class="container">
<a href="#">
<span class="mini">1988</span>
<img src="http://i.imgur.com/2HvTf.jpg" alt="pup named scooby doo">
</a></div>
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment