L
lkool
Guest
That is javascript:
<img src="Bonsai.gif" alt=my image is cool"
onmouseover="this.src='Koi.gif'" onmouseout="this.src='Bonsai.gif'" />
You change to the new image onmouseover and then back to the original on mouseout
<img src="Bonsai.gif" alt=my image is cool"
onmouseover="this.src='Koi.gif'" onmouseout="this.src='Bonsai.gif'" />
You change to the new image onmouseover and then back to the original on mouseout