Hi,
I am doing the mouseover code but what if i dont want it to effect on top of the main image, i want to position the hover image somewhat top/left/right/bottom than the main image. Can it be done?
<img src="images/b.png" onmouseover="this.src='images/a.png'" onmouseout="this.src='images/b.png'" >
Thank you in advance.