|
Posted by Adrienne Boswell on 05/21/07 14:27
Gazing into my crystal ball I observed kelvin <kelvin_gl@yahoo.com.cn>
writing in news:1179731642.144085.194360@u36g2000prd.googlegroups.com:
> 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
>
>
Why bother with javascript in the first place? CSS is the way to go.
Oh, and please don't use target="_blank", it's very annoying and breaks
the back button.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|