<div>
<a href="#" class="preview"><img src="http://img.photobucket.com/albums/v415/Sasuke121212/bird.png" alt="Bird" /><div><img src="http://img.photobucket.com/albums/v415/Sasuke121212/birdvector.jpg" /></div>
<style type="text/css">
a.preview {
http://img.photobucket.com/albums/v4...21212/bird.png
width:50px;
height:50px;
border:0px;
overflow:hidden;
position:relative;
}
a.preview img {
width:50px; height:50px; border:0px;
}
a.preview div {
display:none;
}
<style type="text/css">
a.preview:hover div {
display:block;
position:absolute;
top:0px;
right:0px;
float:right;
}
</style>
I put that all into it, but it's not working... what am I doing wrong?