Re: Why doesn't this page display anything in IE6?



I use Firefox and Opera simply because I do all of my development work
on FreeBSD, it just seems to be the natural fit for me.

Even if I wasn't a BSD user in my experience it's easier to write a
compliant and working web application in Firefox and then write some
kludge code to work around IE's misgivings.

Back to the topic, the nested UL/LI's are valid in both HTML4 and
XHTML1 and I couldn't find any errata for IE6 to check for bad tag
combinations. The only known problem for IE6 and XHTML that I know of
is that the document must be served as 'text/html' and not as he proper
XHTML type 'application/xhtml+xml'.

Perhaps it's the XML declaration that's giving it problems, I'll
probably try changing that for IE and seeing if it still works, but
that will break the XHTML validation.

.



Relevant Pages

  • Re: xhtml teething troubles
    ... doesn't work properly in Firefox or IE6. ... Firefox the TestText entity is not recognised. ... the XHTML support inIE6 is not very good. ... that should go a long way in getting the browsers ...
    (comp.infosystems.www.authoring.html)
  • Re: FireFox annoyances
    ... With XHTML, that problem is solved in a much better way by having the XML ... declaration contain the charset, but having the declaration usually breaks ... at least Firefox and Konqueror read XHTML files as HTML unless you ...
    (Debian-User)
  • Re: jquery+tablesorter, sort nur wenn rows > 1
    ... Scrollbalken laesst sich nicht mehr mit der Maus ... Add-ons (geht bequem im Firefox Safe Mode) und in Opera eventuellen ... evangelism: XHTML 1.0 Strict ...
    (de.comp.lang.javascript)
  • Re: tex4ht: File extensions & MathML
    ... Maybe because the DOCTYPE line points to xhtml rather than to ... Mozilla family browsers like Firefox won't handle MathML when ... It's the suffix. ...
    (comp.text.tex)
  • Re: URL Parameters to meet W3C validation causes incorrect _GET parameter results
    ... window.open in javascript; ... In normal HTML and XHTML delivered as text/html this won't happen, ... IMHO the behaviour of Firefox is correct. ... also noticed within an inline script element function. ...
    (comp.lang.php)

Loading