Style columnCount 属性
描述
columnCount 属性指定元素应分成多少列。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
columnCount | 50.0 | 10.0 | 52.0 | 10.0 | 37.0 |
语法
返回 columnCount 属性
object.style.columnCount
设置 columnCount 属性
object.style.columnCount = "number|auto|initial|inherit"
属性值
值 | 描述 |
---|---|
number | 元素内容将流入的最佳列数 |
auto | 默认值。列数将由其他属性确定,例如 "column-width" |
initial | 将此属性设置为其默认值。 阅读有关 initial |
inherit | 从其父元素继承此属性。 阅读有关 inherit |
技术细节
默认值 | auto |
---|---|
返回值 | 一个字符串,表示元素的 column-count 属性 |
CSS 版本 | CSS3 |
相关页面
CSS3 教程: CSS3 多列
CSS 参考: column-count 属性