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

概要

column-rule-width CSS プロパティは、多段レイアウトにおける各段 (コラム) の間に描画される罫線の幅を指定します。

初期値medium
適用対象多段要素
継承不可
メディアvisual
計算値絶対的な長さ。列の罫線のスタイルが nonehidden なら 0
アニメーションの可否可。 の値として補完しますlength
正規順序形式文法で定義される一意のあいまいでない順序

構文

<br-width>

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

<border-width>
border-width 参照。

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

仕様

仕様書 策定状況 コメント
CSS Multi-column Layout Module
The definition of 'column-rule-width' in that specification.
勧告候補  

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
基本サポート (有)-webkit 3.5 (1.9.1)-moz 10 11.1 3.0 (522)-webkit
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート ? (有) ? ? ?

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, Sebastianz, ethertank, sosleepy, Marsf
 最終更新者: fscholz,