Re: [css3-multicol] minimizing scroll complexity of multiple multi-column blocks

fantasai wrote:
> Nesting is more how you'd implement it: you need all the controls you 
> have
> for horizontal columns to do this "rows" idea. You want control over the
> gap and rules and the "column width" (row height). You don't want to 
> control
> the height of these rows with the 'height' property: that would end the
> element and cause the next row to overflow the box (overlapping 
> subsequent
> content, etc).
Nesting is fine with me if it accomplishes the goal.  I'm just looking 
for a way to make columns more useful.  How complicated would it be to 
extend the current implementation to support this functionality?

-myk

Received on Tuesday, 10 June 2008 00:29:35 UTC