PDA

View Full Version : Broken in Netscape 6


Weasel
12-29-2001, 11:51 AM
Can someone with netscape 6 take a look at http://www.almostsmart.com/menu.html and if possible give a suggestion as to why this isn't working?

COBOLdinosaur
12-29-2001, 07:48 PM
I don't need NS6 to tell you why itis not working. It was written to use the IE document object and the Netscrap 4 document object.

You need a whole new piece to use level 1 standard DOM. It is close to a re-write or a seriously hacked patch.

You might want to have this moved to client side scripting.

codagtr
01-03-2002, 04:19 PM
A complete rewrite is a strong word.... really, the menu.style.display should be changed to document.getElementById(menu).style.display

getElementById is supported by IE5 and 6. Use browser detection if you want to support NS4.