Mouse-over effects - Java-script in an HTML-page
The code to use:
To use an image as a link, so that it appears to change its form as the visitor
the image-element which is to change has a name - here it's "pickie" - which comes as an attribute of the image which is first shown:
|
<A HREF="index.htm"
<IMG SRC="image1.jpg" WIDTH=x HEIGHT=y BORDER=z ALIGN=bottom name="pickie"></A> |
(x, y, z are to be replaced with the appropriate numbers)
For more details see, e.g. http://sites.netscape.net/heidipollock/mouseover.html
|
|
|