From: Leif W <war...@us...> - 2003-10-11 00:28:23
|
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 <BR> or <INPUT>, then it's supposed to be <BR /> 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. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Bruce Tennant <blu...@ya...> 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. <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html 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 |