| Author |
DHTML Menu Problem in Mozilla/Netscape
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Mike's problem post prompted me to start some testing on a new web site I am working on. And what do you know, our DHTML Drop Down menus are not working under Mozilla/Netscape. I was wondering if anyone else might know why and/or how to resolve this problem. Here is the code we are using. You can view this page at http://holocron.embeddedthought.com And here is the script Thanks for any help
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
because document.all is only IE now if you care about Netscape 4.X then it would be messy, but if you do not care about that then change document.all to document.getElementById It might be with (ksajhdsakjh) instead of [aksjdhkjhsd] round vs square, not sure, brain fried after 8 hours of ASP coding, it is a friday...lol [ August 08, 2003: Message edited by: Eric Pascarello ]
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Thanks Eric. We will give it a shot.
|
 |
 |
|
|
subject: DHTML Menu Problem in Mozilla/Netscape
|
|
|