From: Bruce T. <blu...@ya...> - 2003-10-11 07:08:57
|
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 fix it, but I think I found the root of the problem. I knew to look here as I've had problems w/CSS definitions that didn't include the px. This seems to be a Mozilla thing. Is Mozilla just actually following the "strict" sense? if so, then it isn't following the transient/loose dtd indicators. Leif W <war...@us...> wrote:I had noticed the same thing also, regarding the Transitional. I was making some test page for something and was trying to be "proper" and put all the "proper" doctypes in place. But it broke something. Not sure why. But as far as the XHTML goes, I know one major difference is that all tags must terminate. If they have no closing tag, like or [input] , then it's supposed to be and [input] , etc. But I've not read up on the differences at the W3C. Leif ----- Original Message ----- From: Bruce Tennant To: dyn...@li... Sent: Friday, October 10, 2003 7:50 PM Subject: Re: [Dynapi-Help] perlsCGI.pm XML header casues greif for HTMLMenu This causes the same problem too. PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Bruce Tennant 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 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 XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Don't know if this is something DynAPI should address or not. www.bluewolverine.com Do you Yahoo!? The New Yahoo! Shopping - with improved product search www.bluewolverine.com Do you Yahoo!? The New Yahoo! Shopping - with improved product search ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help www.bluewolverine.com --------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search |