CSS Property: columns
[this page | pdf | back links]
The CSS (CSS1) columns property is a shorthand
property for setting certain column properties for an element.
Valid property values (other than inherit and initial) are defined
by the elements of the shorthand. Shorthand elements (in the order in which
they appear):
-
column-width
-
column-count
|
Default Value:
|
auto auto
|
|
JavaScript syntax:
|
e.g. object.style.columns="80px
3"
|
|
Inherited:
|
No
|
|
Animatable:
|
See individual properties
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties