column-rule
- 版本:CSS3
- 继承性:无
语法:
column-rule:[ column-rule-width ] || [ column-rule-style ] || [ column-rule-color ]
默认值:看每个独立属性
取值:
- [ column-rule-width ]:
- 设置或检索对象的列与列之间的边框厚度。
- [ column-rule-style ]:
- 设置或检索对象的列与列之间的边框样式。
- [ column-rule-color ]:
- 设置或检索对象的列与列之间的边框颜色。
说明:
设置或检索对象的列与列之间的边框。复合属性。参阅border属性
- 对应的脚本特性为columnRule。
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6.0-9.0 | 4.0-9.0 | 5.1 | 13.0-16.0 | 11.50 |
版本 | 10.0 |
写法:
内核类型 | 写法 |
---|---|
Webkit(Chrome/Safari) | -webkit-column-rule |
Gecko(Firefox) | -moz-column-rule |
Presto(Opera) | column-rule |
Trident(IE) | column-rule |
W3C | column-rule |