E Ed J New member Jul 21, 2009 #1 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!
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!
W Wolf New member Jul 21, 2009 #2 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.
W Wolf New member Jul 21, 2009 #3 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.