目录

style columnWidth 属性

示例

更改列的宽度:

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

描述

columnWidth 属性指定列的宽度。


浏览器支持

Property
columnWidth 50.0 10.0 52.0 10.0 37.0

语法

返回列宽度属性:

object.style.columnWidth

设置列宽度属性:

object.style.columnWidth = "auto| length|initial|inherit"

属性值

Value Description
auto Deafult value. The column width will be determined by the browser
length A length that specifies the width of the columns
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

默认值: 汽车
返回值: 一个字符串,表示元素的列宽属性
CSS版本 CSS3

相关页面

CSS3教程:CSS3 多列

CSS 参考:列宽属性