Image Mouseover HTML Code?

Ed J

New member
Hi There,

Please could I have an HTML code for a mouse-over on an image. So it changes to a different image on mouse-over. Just HTML, no pre-loading, pure HTML and the easiest code possible. Thank You!
 
something along the lines of:

<a href="img name"; onmouserover="img name"; onmouseclick="imgname"; onmouseout="imgname">
</a>

now it has been a long while since i did html coding but go ahead and give that a shot.
 
something along the lines of:

<a href="img name"; onmouserover="img name"; onmouseclick="imgname"; onmouseout="imgname">
</a>

now it has been a long while since i did html coding but go ahead and give that a shot.
 
Back
Top