CSS 特性 column-rule-color
让你可以设置在多列布局中被画在两列之间的规则(线条)的样式。
初始值 | none |
---|
适用元素 | multicol elements |
---|
是否是继承属性 | 否 |
---|
适用媒体 | visual |
---|
计算值 | as specified |
---|
Animation type | discrete |
---|
正规顺序 | per grammar |
---|
Formal syntax: <'border-style'>
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;
- <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.
#header {-moz-column-rule-style: inset;}
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains.
Find out how you can help! Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|
Basic support | (Yes)-webkit | 3.5 (1.9.1)-moz | 10 | 11.1 | 3.0 (522)-webkit |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|
Basic support | ? | (Yes) | ? | ? | ? |
发布评论