Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

<div class="container">
<a href="#"><img class="hardlink" img src="image1.jpg" ></a>
<a href="#"><img class="play" src="image2.jpg" ></a>
</div>
.container{float:left; line-height:25px; margin:3px; width:186px; height:126px; overflow:hidden}
a img.hardlink{overflow:hidden; border:solid 3px #dbdbdb}
a:hover img.hardlink{margin-bottom:-39px; border:3px solid #919191}
img.play{text-align:right; position:relative; top:0px; float:right; right:3px}
a:hover img.play{top:-39px}
a:hover {
background: red;
}a:hover div {
background: red;
} function mouseOut(hoverElement) {
hoverElement.className = "mouseOut";
}
function mouseOver(hoverElement) {
hoverElement.className = "mouseOver";
}
<div class="mouseOut" onmouseover="mouseOver(this);" onmouseout="mouseOut(this);"></div>
1 to 14 of 14