column-rule-style

CSS 特性 column-rule-color 让你可以设置在多列布局中被画在两列之间的规则(线条)的样式。

初始值none
适用元素multicol elements
是否是继承属性
计算值as specified
Animation typediscrete

Syntax

Formal syntax: 
column-rule-style = 
<line-style>

<line-style> =
none |
hidden |
dotted |
dashed |
solid |
double |
groove |
ridge |
inset |
outset

column-rule-style: none;
column-rule-style: hidden;
column-rule-style: dotted;
column-rule-style: dashed;
column-rule-style: solid;
column-rule-style: double;
column-rule-style: groove;
column-rule-style: ridge;
column-rule-style: inset;
column-rule-style: outset;

column-rule-style: inherit;

Values

<br-style>

Is a keyword defined by border-style describing the style of the rule. The styling must be interpreted as in the collapsing border model.

Example

css
#header {
  -moz-column-rule-style: inset;
}

Specifications

Specification
CSS Multi-column Layout Module Level 1
# crs

Browser compatibility

BCD tables only load in the browser