column-width

语法:

column-width<length> | auto

默认值auto

取值:

<length>
用长度值来定义列宽。不允许负值
auto:
根据column-count自定分配宽度

说明:

设置或检索对象每列的宽度
  • 对应的脚本特性为columnWidth

兼容性:

  • 浅绿 = 支持
  • 红色 = 不支持
  • 墨绿 = 部分支持
  • 橙色 = 实验性质
支持版本\类型 IE Firefox Safari Chrome Opera
版本 6.0-9.0 4.0-9.0 5.1 13.0-16.0 11.50
版本 10.0

写法:

内核类型 写法
Webkit(Chrome/Safari) -webkit-column-width
Gecko(Firefox) -moz-column-width
Presto(Opera) column-width
Trident(IE) column-width
W3C column-width

示例: