javascripting question
Mark Alan Parker Designs
mapdesigns at comcast.net
Thu Feb 20 10:41:34 PST 2003
i'm working on a web site, scripting for a simple mouseover effect in the
menu...the script i'm using works fine in explorer, but will not work in
netscape...i'm hoping you'll have an idea as to how to make it compatible
for both... thanks.
mark parker
here's the script:
<a href="index.htm" onMouseover="if (document.images)
document.images.menu.src='after.gif'" onMouseout="if (document.images)
document.images.menu.src='before.gif'"><img src="before.gif" name="menu"
border=0></a>
More information about the Frontier-Users
mailing list