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: [EMAIL PROTECTED]
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 <[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 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




-------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to