Onmouseover netscape problem
On my page i have a javascript which an image if the mouse goes over a link. it works great in IE but netscape gives me an error. i've been driving myself crazy trying to fix this but i haven't been able to. i would appreciate any help that anyone can give.
here's the url to my page: http://members.xoom.com/entropypage/main.html
Lloyd Hassell posted this at 05:26 — 22nd March 2000.
They have: 231 posts
Joined: Feb 2000
The reason your image will not change in NN is because you are using layers (or DIV's). Netscape considers a layer as a document within a document so you must reference it like that.
eg.
document.layers[LAYER NAME].document.PROPERTY
Change the "change1" function to the following:
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.