Tim Climis wrote:

#left {
        float: left;
        width: 30%;
}

#right {
        float: right;
        width: 25%;
}

#center {
        margin-left: 30%;
        margin-right: 25%;
        min-height: 12em; /* min-height does not work in IE6 */
}

The problem is surely in the replication of 30% and 25%; as I
understood the original query, the idea is to deduce the
margins from the width of the left and right columns, not
to explicit replicate their values.

Philip Taylor
______________________________________________________________________
css-discuss [cs...@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