Column-count
From CSScripting
Value: <integer> | auto
Applies to: block-level elements
Inherited: no
The 'column-count' property determines the number of columns into which the content of the element will be flowed.
The 'auto' value means there will be as many columns as there is room for. In this case, the number of columns is determined by the column width, padding and borders.
Example:
BODY { column-count: 3 }
See also W3C Specifications for column-count
