CSS3 column-count 属性
说明:本文档兼容性测试基础环境为:windows系统;IE6-IE10, Firefox6.0, Chrome13.0, Safari5.1, Opera11.51
语法:
column-count:<integer> | auto
默认值:auto
取值:
- <integer>:
- 用整数值来定义列数。不允许负值
- auto:
- 根据column-width自定分配宽度
说明:
设置或检索对象的列数
- 对应的脚本特性为columnCount。
兼容性:
- 浅绿 = 支持
- 红色 = 不支持
- 墨绿 = 部分支持
- 橙色 = 实验性质
支持版本\类型 | 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-count |
Gecko(Firefox) | -moz-column-count |
Presto(Opera) | column-count |
Trident(IE) | column-count |
W3C | column-count |