Thanks for the help. Please accept my humble apologies, I referenced the wrong
layout. It's actually this 2-column layout that seems to require Quirks mode:
http://matthewjamestaylor.com/blog/ultimate-2-column-left-menu-ems.htm. You
can save this page's source and open it in Notepad. Delete the top line: <?xml
version="1.0" encoding="utf-8"?>

When I do this, the right-column completely covers up the left-column.
Actually, the same thing will happen in Firefox if I convert this layout to an
html version and delete the declaration in question.

-Melbeach

----- Original Message ----- 
From: "Gunlaug Sørtun" <[EMAIL PROTECTED]>
To: "Melbeach" <[EMAIL PROTECTED]>
Cc: <css-d@lists.css-discuss.org>
Sent: Wednesday, May 28, 2008 12:51 PM
Subject: Re: [css-d] "Perfect 3 column liquid layout" (Matthew James Taylor)
and Quirks Mode


> Melbeach wrote:
>
> > I've been experimenting with the different 3-column layout methods and I
think
> > I like this version the best:
> > http://matthewjamestaylor.com/blog/perfect-3-column.htm. However, it seems
> > that the layout only works in IE6 if I send the browser into Quirks Mode
by
> > beginning the html/xhtml page with the following declaration:
>
> > <?xml version="1.0" encoding="utf-8"?>
>
> > If I delete this, the layout breaks apart in IE6.
>
> If you by "breaks" mean the border gets added to the viewport in IE6'
> slightly more standard compliant mode, then adding...
>
> html {border: none;}
>
> ...will fix that. It's as expected since body equals viewport in quirks
> mode while html equals viewport in standard mode.
>
> I can't provoke any other differences between the two modes in IE6 at my
> end, so if there are any problematic ones then you'll have to tell me/us
> where they are.
>
> regards
> Georg
> -- 
> http://www.gunlaug.no
>


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to