Menu Issue with Mozilla

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Streetwise
Advanced
Advanced
Posts: 15
Joined: Mon Jan 10, 2005 1:14 pm

Menu Issue with Mozilla

Post by Streetwise »

http://www.missionmeadows.org/new.php

I'm having an issue with this page not displaying any horizontal menu at all with Mozilla!?


What might I be doing wrong?

Thanks

Dave Anderosn
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

It's the doc type. This doesn't work:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
This does:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Streetwise
Advanced
Advanced
Posts: 15
Joined: Mon Jan 10, 2005 1:14 pm

Post by Streetwise »

Thanks! I would have never found that one....

Dave
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

There was a similar bug in XHTML and NS that was fixed in v5.691. You might want to give that a try.
John
Post Reply