[Javascript] Netscape 4.x DIV problems.

Peter-Paul Koch gassinaumasis at hotmail.com
Fri Jul 6 18:09:21 CDT 2001


>Now I'm getting an error saying Rollover1 is not defined.  It seems like 
>Netscape thinks my Div doesn't exist.  i used to have all my Div's be 
>Layer's but then Netscape thought the images inside the Layers didn't 
>exist.

In Netscape 4, you *must* give a layer a position declaration in the style 
sheet (either absolute or relative) or NN4 won't recognize it as a layer.

document.layers['Rollover1'] or document.Rollover1 will then work.

ppk

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the Javascript mailing list