I want to change image while mouseover and mouseout
MY Code :
<img src="convert.php?file=image.gif" title="Preview image"
width="100" height="100" rel="image.gif"
onmouseover="this.src=this.rel"
onmouseout="this.src='convert.php?file='+this.rel" />
this.rel getting undefined. Please check and help me. :(
this.src=this.rel? never seen it before.