- From: Rijk van Geijtenbeek <rijk@iname.com>
- Date: Tue, 23 Jan 2001 00:16:41 +0100
- To: www-style@w3.org
Bert wrote...
BB> http://www.w3.org/TR/2001/WD-css3-multicol-20010118/
I read in section 6.3.1:
> If more than one value is given, the space is distributed equally
> between places. For example:
>
> BODY {
> column-width: 10em;
> column-width-policy: strict;
> column-space-distribution: start between end;
> }
> In the example above, the extra space is distributed in equal chunks
> before the first column, between all columns, and after the last column.
In the case of 3 columns a, b and c, does this mean the space is distributed like
this:
start: 25%, between column a and b 25%, between b and c 25% and at the
end 25%
or
start: 33.3%, between column a and b 16.6%, between b and c 16.6% and at the
end 33.3%
?
Greetings,
Rijk mailto:rijk@iname.com
Mot du Jour:
All the easy problems have been solved.
Received on Monday, 22 January 2001 18:15:53 UTC