Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:57
Menu Issue with Mozilla
Poster: Streetwise
Dated: Sunday January 16 2005 - 17:47:26 GMT
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
Poster: Ruth
Dated: Sunday January 16 2005 - 20:42:02 GMT
It's the doc type. This doesn't work:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
This does:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">