Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu

2003-10-11 Thread Bruce Tennant
I think it has something to do with when to use "px" unit identifiers.  I went poking in the htmlmenu.js source file and I was able to get the top level menu to display properly by adding the px to all of the width/height attributes.  But the submenus started jumping off to the side.  So I didn't f

Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu

2003-10-10 Thread Bruce Tennant
The dtd for html 3.2 works.   I messed with strict and loose and stuff, none of the 4.x and XHTML dtd's worked w/Mozilla and HTMLmenu.   Here's a site I found that lists a bunch of the possibilities, I'm not sure it is current for Mozilla 1.4/5 though.   http://www.hut.fi/u/hsivonen/doctype.htmlLei

Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu

2003-10-10 Thread Leif W
0 PM Subject: Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu This causes the same problem too. http://www.w3.org/TR/html4/loose.dtd";> Bruce Tennant <[EMAIL PROTECTED]> wrote: When using XHTML 1.0 standard, Mozilla seems to collapse all of the menu items on top of each

Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu

2003-10-10 Thread Bruce Tennant
This causes the same problem too.    PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  "http://www.w3.org/TR/html4/loose.dtd">Bruce Tennant <[EMAIL PROTECTED]> wrote: When using  XHTML 1.0 standard, Mozilla seems to collapse all of the menu items on top of each other (HTMLMenu component).   IE 6 wo

[Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu

2003-10-10 Thread Bruce Tennant
When using  XHTML 1.0 standard, Mozilla seems to collapse all of the menu items on top of each other (HTMLMenu component).   IE 6 works fine, Mozilla 1.5 for Windows doesn't.   Here are the header lines used, you can add them to the example and see what I'm talking about.    PUBLIC "-//W3C//DTD XHT