Peekaboo
by hellosze
HTML
<div class="peekaboo">
<div class="mosaic-overlay">
<img src="http://fpoimg.com/200x200" />
</div>
<a href="http://www.google.com/" target="_blank" class="mosaic-backdrop" style="display: inline; ">
<div class="details">
<h4>Mounted iMac And Desk Mod With Computer Components Built In</h4>
<p>via Desktopped</p>
</div>
</a>
</div>
CSS
.peekaboo {
position: relative;
overflow: hidden;
width: 400px;
height: 250px;
margin: 10px;
border: 1px solid white;
}
.mosaic-overlay {
display: block;
z-index: 5;
position: absolute;
width: 100%;
height: 100%;
background: #111;
}
.mosaic-overlay:hover {
padding-left: 600px;
}
.mosaic-backdrop {
display: none;
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: #111;
}