Easy Tutorial
❮ Css3 Pr Text Overflow Pr Border ❯

CSS3 column-rule-color Property

Example

Specify the color rule between columns:


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Numbers followed by -webkit-, -ms-, or -moz- specify the first version that supported the prefixed property.

Property
column-rule-color 50.0 <br>4.0 -webkit- 10.0 2.0 -moz- 9.0 <br>3.1 -webkit- 37.0 <br>15.0 -webkit <br>11.1

Property Definition and Usage

The column-rule-color property specifies the color rule between columns.

Default value: black
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.columnRuleColor="#ff00ff"
--- ---

Syntax

Value Description Test
color Specifies the color rule. In CSS Color Values

More Examples

Column-count

Column-gap

Column-rule


Related Articles

CSS3 Tutorial: CSS3 Multiple Columns

❮ Css3 Pr Text Overflow Pr Border ❯