Posted by kelvin on 05/21/07 07:14
Hi,
I would like to have a very simple code to show an image when the
mouse is hovered over a link.
some codes in HTML like
<A onmouseover="showimage('./user/image/vg001.gif')"
onmouseout="hideimage()" href="./user/image/vg001.gif" target="_blank"
><IMG height=116 src="./user/image/vg001th.gif" width=175 border=1 ></
A>
I make a search and found a lot of complicated javascripts.
Can anyone give me a simple sample?
Thank you a lot,
Best regards,
Kelvin
[Back to original message]
|