Easy Tutorial
❮ Dom Obj Audio Dom Obj Del ❯

columnRuleColor Property

Style Object

Example

Specify the color rule between columns:


Definition and Usage

The columnRuleColor property specifies the color rule between columns.


Browser Support

Internet Explorer 10 and Opera support the columnRuleColor property.

Firefox supports an alternative property, MozColumnRuleColor.

Safari and Chrome support an alternative property, WebkitColumnRuleColor.


Syntax

Return the columnRuleColor property:

Set the columnRuleColor property:

Property Values

Value Description
color Specifies the color rule. For a complete list of possible color values, see CSS Color Values
initial Sets this property to its default value. See initial
inherit Inherits this property from its parent element. See inherit

Technical Details

Default Value: The current color of the element
Return Value: String, representing the column-rule-color property of the element.
--- ---
CSS Version CSS3
--- ---

Related Articles

CSS3 Tutorial: CSS3 Multiple Columns

CSS Reference: column-rule-color Property


Style Object

❮ Dom Obj Audio Dom Obj Del ❯