CSS Property: column-fill
[this page | pdf | back links]
The CSS (CSS3) column-fill property specifies how to
fill columns.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
auto
|
Columns filled
sequentially and therefore may have different lengths
|
|
balance
|
(default value).
Columns are balanced and browsers should minimise variation in column length
|
|
Default Value:
|
balance
|
|
JavaScript syntax:
|
e.g. object.style.columnFill="auto"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties