Christian Kirchhoff wrote: > I am trying to utilize this layout for my purposes: > http://blog.html.it/layoutgala/LayoutGala13.html > > > > Christian Kirchhoff >
FWIW, I use that layout now and then. I put IE/6 in quirksmode by putting an xml declaration above the doctype [1]. And set a min/max width on the outermost wrapper, with an IE "expression" workaround for IE/6 and down. The method for doing that is explained here [2]. If you use this method, read Georg's documentation carefully-- there are conditions you must meet for the "expressions" to work in IE/6. [1] <?xml version="1.0" encoding="utf-8"?> [2] <http://www.gunlaug.no/tos/moa_12a.html> -- http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
