Column-width

From CSScripting

Value: <length> | auto

Initial: auto

Applies to: block-level elements

Inherited: no

Percentage values: N/A


Value must be given in pixels.

Example:

body { column-width: 300px; }


The 'column-width' property describes the width of columns within the element.

W3C Specifications for 'optimal' width (column-width-policy) are not implemented.


See also W3C's column-width specifications