CSS Property: column-count
[this page | pdf | back links]
The CSS (CSS3) column-count property specifies the
number of columns an element (e.g. a paragraph) should be divided into.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
auto
|
(default value). Number
of columns will be determined by other properties such as column-width
|
|
number
|
Optimum number of columns
into which content of element will be formatted
|
|
Default Value:
|
auto
|
|
JavaScript syntax:
|
e.g. object.style.columnCount=2
|
|
Inherited:
|
No
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties