David Laakso wrote:
> Now what I'll do? Affected selector is .four.
> <http://www.chelseacreekstudio.com/ca/cssd/test-40.html>
Cause is auto-expansion of .two. For testing (only), add...
* html .primary p {width: 100%; overflow-x: hidden; }
Difficult to add the usual fix for bad overflow-handling in IE6, since
.two has no declared width. You can however prevent .two from expanding
.one - which has a width - by declaring...
.one {overflow-x: hidden;}
...and this will go a long way towards keeping all columns inside the
clipping .wrapper even in IE6.
------
I'll also suggest using these styles...
* html #nav ul li {width : 25.1%; margin-right: -.2%;}
...to counteract IE6' weak percentage calculations. No flickering with
this - at my end at least.
regards
Georg (and Molly 't.c.')
--
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/