> Does somebody have an idea why MSIE 6 on this page
>
[quoted text clipped - 4 lines]
>
> The XHTML 1.1 code:
XHTML 1.1 should not be served as text/html.
Use HTML 4.01 and your problem goes away. Or if you insist on using
XHTML and serving it as text/html then remove the XML declaration line
(i.e. <?xml version="1.0" encoding="utf-8"?>) from the document as it
throws IE 6 into quirks mode.

Signature
Martin Honnen
http://JavaScript.FAQTs.com/
Bernd Nies - 29 Jun 2005 21:18 GMT
Hi Martin,
Martin Honnen schrieb:
> XHTML 1.1 should not be served as text/html.
> Use HTML 4.01 and your problem goes away. Or if you insist on using
> XHTML and serving it as text/html then remove the XML declaration line
> (i.e. <?xml version="1.0" encoding="utf-8"?>) from the document as it
> throws IE 6 into quirks mode.
Thanks for that hint. I converted it to HTML 4.01 and now even @%&$!
internet exploder displays it correctly.
Regards,
Bernd