Julie Wetherill wrote: > http://hul.harvard.edu/oisnew/systems/oasis/upload.html > > In IE6, any squeezing of the viewport causes the entire center column > to drop below the layout. This is not happening for other pages with > unfloated content.
The reason is basically "auto-expansion" - IE6 doesn't respect declared dimension if content becomes too wide for its container. You can probably save IE6 (to a degree) by adding something like... .mid-container {margin-right: -2em;} .mid-container-inner {overflow-x: hidden;} ...but my tests are inconclusive because IE6 is forced back into quirks mode but I can only find page-styles suitable for standard mode for it. 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/