Erik Visser wrote:

> The current main structure is 3 columns (percentage based) in a wrapper.
> Completed with a header and footer. Main css for the columns:
> 
> #wrap{width:100%; height:auto; float:left; margin:1.25rem 0 1rem 0;}
> #left{width:20%; height:auto; float:left; margin:0 0 0 0.6rem;}
> #mid{width:60%; height:auto; float:left; padding:0 0 0 0.6rem;}
> #right{width:20%; height:auto; float:left; margin:0 0 0 0.6rem;}

Given that the latter three add to exactly 100%, and ignoring rounding
issues, in what circumstances (if any) would you expect them to exploit
their floatability ?

Philip Taylor
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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