BrightNail
09-29-2002, 10:54 PM
hey all..this is what i have.
<div style="position:absolute; left:613; top:291">
<a href="aboutrob.html" onmouseover='rollOn("aboutrob");' onmouseout='clearprev("aboutrob");' onclick='onDown("favorite");'><img src="images/nav_aboutrob_off.gif" alt="Learn About Rob" width="109" height="209" border="0" name="aboutrob"></a>
</div>
in IE, this is fine...in Netscape,,,it generates a JS error ..with
document[imgName] has no properties.
how come?....anyway around this?
<div style="position:absolute; left:613; top:291">
<a href="aboutrob.html" onmouseover='rollOn("aboutrob");' onmouseout='clearprev("aboutrob");' onclick='onDown("favorite");'><img src="images/nav_aboutrob_off.gif" alt="Learn About Rob" width="109" height="209" border="0" name="aboutrob"></a>
</div>
in IE, this is fine...in Netscape,,,it generates a JS error ..with
document[imgName] has no properties.
how come?....anyway around this?