Easy Tutorial
❮ Jsref Continue Css Initial ❯

columnRuleWidth Property

Style Object

Example

Change the width rule between columns:


Definition and Usage

The columnRuleWidth property specifies the width of the rule between columns.


Browser Support

Internet Explorer 10 and Opera support the columnRuleWidth property.

Firefox supports an alternative property, MozColumnRuleWidth.

Safari and Chrome support an alternative property, WebkitColumnRuleWidth.


Syntax

Return the columnRuleWidth property:

Set the columnRuleWidth property:

Property Values

Value Description
medium Default value. Defines a medium rule.
thin Defines a thin rule.
thick Defines a thick rule.
length Specifies the width of the rule.
initial Sets this property to its default value. See initial
inherit Inherits this property from its parent element. See inherit

Technical Details

Default Value: medium
Return Value: String, representing the column-rule-width property of the element.
--- ---
CSS Version CSS3
--- ---

Related Articles

CSS3 Tutorial: CSS3 Multiple Columns

CSS Reference: column-rule-width Property


Style Object

❮ Jsref Continue Css Initial ❯