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-width

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

Summary

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

初始值medium
适用元素multicol elements
是否是继承属性
适用媒体visual
计算值the absolute length; 0 if the column-rule-style is none or hidden
是否适用于 CSS 动画yes, as a length
正规顺序the unique non-ambiguous order defined by the formal grammar

Syntax

Formal syntax: <br-width>

where
<br-width> = <length> | thin | medium | thick

/* Keyword values */
column-rule-width: thin;
column-rule-width: medium;
column-rule-width: thick;

/* Length values */
column-rule-width: 1px;
column-rule-width: 2.5em;

column-rule-width: inherit;

Values

<br-width> 
Is a <length> or one of the thin, medium or thick keyword describing the width of the rule separating two columns.

Example

#header {column-rule-width: thick;}

Specifications

Specification Status Comment
CSS Multi-column Layout Module
column-rule-width
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) ? ? ?

文档标签和贡献者

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