if i understand, this maybe work:
<img src="firstImage.jpg" onmouseover="this.src='secondImage.jpg';" />
if you need to show the original image when mouse out, must add:
... onmouseout="this.src='firstImage.jpg';" />
This must work, but there is better ways to perform it 
__________________
-----------------------
Please login or register to view this content. Registration is FREE
|