CSS Property: column-rule-width
[this page | pdf | back links]
The CSS (CSS3) column-rule-width property specifies the
width of any rule between columns.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
length
|
Specified thickness as
a CSS length
|
|
medium
|
(default value). Medium
width
|
|
thick
|
Thick width
|
|
thin
|
Thin width
|
|
Default Value:
|
medium
|
|
JavaScript syntax:
|
e.g. object.style.columnRuleWidth="5px"
|
|
Inherited:
|
No
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties