CSS Property: column-span
[this page | pdf | back links]
The CSS (CSS3) column-span property specifies how
many columns an element should span across.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
1
|
(default value).
Element should span across one column
|
|
all
|
Element should span
across all columns
|
|
Default Value:
|
1
|
|
JavaScript syntax:
|
e.g. object.style.columnSpan="all"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties