Gets or sets a value that indicates how the column lengths in a multi-column element are affected by the content flow.
This property is read/write.
Syntax
column-fill: auto | balance
Property values
One of the following values:
auto-
Default. Columns are filled sequentially such that the columns may differ in length, depending on other column property values.
balance-
Columns are filled sequentially such that the column heights are as balanced as possible, depending on other column property values.
CSS information
| Applies To | multi-column elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | balance |
Remarks
Column balancing is also dependent on the values of orphans and widows, if set.
See also
- CSSStyleDeclaration
- currentStyle
- style
- address
- blockQuote
- div
- dl
- fieldSet
- form
- ol
- p
- pre
- table
- ul
- dd
- dt
- li
- tBody
- td
- tFoot
- th
- tHead
- tr
- button
- del
- ins
- map
- object
- script
Build date: 11/29/2012