Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

column-rule-style

这篇翻译不完整。请帮忙从英语翻译这篇文章

Summary

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts. 

初始值none
适用元素multicol elements
是否是继承属性
适用媒体visual
计算值as specified
是否适用于 CSS 动画
正规顺序the unique non-ambiguous order defined by the formal grammar

Syntax

Formal syntax: <br-style>

where
<br-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

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

Specifications

Specification Status Comment
CSS Multi-column Layout Module
column-rule-style
Candidate Recommendation  

Browser compatibility

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) ? ? ?

文档标签和贡献者

 此页面的贡献者: fscholz, Sebastianz, FredWe
 最后编辑者: fscholz,