column-rule:<length> | <style> | <color>
相关属性:column-rule-width , column-rule-style , column-rule-color
定义每栏之间边框的宽度,样式和颜色。
引擎类型 | Gecko | Webkit | Presto |
---|---|---|---|
column-rule | -moz-column-rule | -webkit-column-rule |
类型 | Internet Explorer | Firefox | Chrome | Opera | Safari |
---|---|---|---|---|---|
版本 | (×)IE6 | (×)Firefox 2.0 | (√)Chrome 1.0.x | (×)Opera 9.63 | (√)Safari 3.1 |
(×)IE7 | (×)Firefox 3.0 | (√)Chrome 2.0.x | (√)Safari 4 | ||
(x)IE8 | (√)Firefox 3.5 |
例子里
-webkit-column-count:5;的意思一共5列,
-webkit-column-gap:60px;每列的间隔是60px,
-webkit-column-rule:5px dashed #DCDCDC;的意思是每列之间有5像素虚线灰色边框。