目录

style columnRuleColor 属性

示例

指定列之间规则的颜色:

document.getElementById("myDIV").style.columnRuleColor = "blue";
亲自试一试 »

描述

columnRuleColor 属性指定列之间规则的颜色。


浏览器支持

Property
columnRuleColor 50.0 10.0 52.0 10.0 37.0

语法

返回columnRuleColor属性:

object.style.columnRuleColor

设置columnRuleColor属性:

object.style.columnRuleColor = "color|initial|inherit"

属性值

Value Description
color Specifies the color of the rule. Look at CSS Color Values for a complete list of possible color values
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

默认值: 元素的当前颜色
返回值: 一个字符串,表示元素的column-rule-color属性
CSS版本 CSS3

相关页面

CSS3教程:CSS3 多列

CSS 参考:列规则颜色属性