目录

style columnRuleWidth 属性

示例

更改列之间的规则的宽度:

document.getElementById("myDIV").style.columnRuleWidth = "10px";
亲自试一试 »

描述

columnRuleWidth 属性指定列之间的规则的宽度。


浏览器支持

Property
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"

属性值

Value Description
medium Default value. Defines a medium rule
thin Defines a thin rule
thick Defines a thick rule
length Specifies the width of the rule
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

默认值: 中等的
返回值: 一个字符串,表示元素的column-rule-width属性
CSS版本 CSS3

相关页面

CSS3教程:CSS3 多列

CSS 参考:列规则宽度属性