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