Re: Constructing the layout for web-based applications



Michael Schuerig wrote:

http://www.schuerig.de/michael/boilerplate/

I'm mostly pleased with the layout as it is presented by
standards-compliant browsers. Unfortunately, they are only a minority,
especially when it comes to corporate desktop computers. [...]

Perhaps you could enlighten us what the differences in page rendering are between IE and everyone else. I see no discernalbe difference.
If cross-browser compatibility is a concern, I suggest using HTML 4.01 Strict rather than XHTML loose. Presentation is the most consistent for 4.01 Strict.
If you insist on XHTML, delete the "<?xml ...>" line (it confuses IE), and serve the page as "Content-type: application/xhtml+xml". There are other issues as well and they are covered in Appendix C of the XHTML spec <http://www.w3.org/TR/xhtml1/#guidelines>.


--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
.



Relevant Pages

  • =?UTF-8?B?UmU6IDIgQmlsZGVyIGluIFRhYmVsbGUgdW5kIFNlaXRlIGltIEZyYW0=?= =?UTF-8?B?ZSB1bmQgZGVyI
    ... der Umbruch sollte spätestens bei 80 Zeichen ... den Wert von `caption', nicht. ... evangelism: XHTML 1.0 Strict ...
    (de.comp.lang.javascript)
  • Re: Privileged constructor members
    ... Defining getter/setter pairs outside of the constructor removes its ... TryStatement") you might have accused me of nitpicking again. ... evangelism: XHTML 1.0 Strict ...
    (comp.lang.javascript)
  • Re: Comments on code layout requested
    ... the variables I defined in my constructor (the "private" variables). ... As for public properties, it makes no difference. ... evangelism: XHTML 1.0 Strict ...
    (comp.lang.javascript)
  • Re: object and contentDocument
    ... Then don't use XHTML strict (the odds are that you are already not ... Gibberish again. ... yet to be built which parses XHTML 1.0 Strict as HTML 4.01 Strict. ...
    (comp.lang.javascript)
  • Re: html/xhtml
    ... XHTML 1.1 Transitional. ... over HTML, is that it's harder to throw Internet Explorer into ... Strict is the hardest one to work with as it's very strict and you have ... For XHTML, tags without corresponding closing tags, are closed ...
    (alt.internet.search-engines)