Gambar berikut menggunakan syntax hover dengan sentuhan script dikit :P
This code like it
<img onmouseover="height='500';" onmouseout="height='170';" src="http://your-link-image.gif" border="0" height="170"/>
Ini kodenya...
<img src="http://Your-Link-Image.jpg" onmouseover="this.width=280;this.height=375;" onmouseout="this.width=85;this.height=128;" width="85" height="128"/>
<img onmouseover="height='500';" onmouseout="height='170';" src="http://your-link-image.gif" border="0" height="170"/>