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-9 | 4-18 | 5.1.7 | 13-23 | 11.1 |
版本 | 10 |