Re: [css3-multicol] column balancing and fixed height (RE: Question on Flexbox balance implementation)

On Aug 25, 2010, at 1:07 AM, Alex Mogilevsky wrote:

> Noted special case:
> If an element with “column-span:all” does not fit into multicol box, it is pushed to overflow and its ‘column-span’ property no longer has effect. There is a possibility that without “column-span:all” it would have fit within the last column of the multicol box, but that possibility is not evaluated. The element remains in overflow uncioniditionally.

I imagine one could 'float:left' the column-span element in order to keep its overflow from overlapping with the overflowed contents of the columns, right?

Received on Wednesday, 25 August 2010 13:54:44 UTC