<img>
display:none
<style>
div {
background: url(http://www.stroimdom.com.ua/forum/customavatars/avatar180_3.gif) no-repeat;
width: 50px;
height: 90px;
}
img {
width: inherit;
height: inherit;
visibility: hidden;
}
div:hover img {
visibility: visible;
}
</style>
<div>
<img src="http://ip2me.ru/test4/blik.png">
</div>