Style columnRuleWidth 属性
定义和用法
columnRuleWidth 属性规定列之间的宽度规则。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
columnRuleWidth | 50.0 | 10.0 | 52.0 | 10.0 | 37.0 |
语法
返回 columnRuleWidth 属性:
object.style.columnRuleWidth
设置 columnRuleWidth 属性:
object.style.columnRuleWidth = "medium|thin|thick|length|initial|inherit"
属性值
值 | 描述 |
---|---|
medium | 默认值。定义中等规则。 |
thin | 定义纤细规则。 |
thick | 定义宽厚规则。 |
length | 规定规则的宽度。 |
initial | 设置该属性为它的默认值。请参阅 initial |
inherit | 从父元素继承该属性。请参阅 inherit |
技术细节
默认值: | medium |
---|---|
返回值: | 字符串,表示元素的 column-rule-width 属性。 |
CSS 版本 | CSS3 |
相关页面
CSS3 tutorial: CSS3 Multiple Columns
CSS 参考手册: column-rule-width 属性
❮ Style 对象