Style columnCount 屬性
定義和用法
columnCount 屬性規(guī)定元素應(yīng)該被劃分的列數(shù)。
瀏覽器支持
Internet Explorer 10 和 Opera 支持 columnCount 屬性。
Firefox 支持另一個(gè)可替代該屬性的屬性,即 MozColumnCount 屬性。
Safari 和 Chrome 支持另一個(gè)可替代該屬性的屬性,即 WebkitColumnCount 屬性。
注意:Internet Explorer 9 及其之前的版本不支持 columnCount 屬性。
語(yǔ)法
返回 columnCount 屬性:
object.style.columnCount
設(shè)置 columnCount 屬性:
object.style.columnCount="number|auto|initial|inherit"
屬性值
值 | 描述 |
---|---|
number | 元素的內(nèi)容將被劃分的最佳列數(shù)。 |
auto | 默認(rèn)值。由其他屬性決定列數(shù),比如 "column-width"。 |
initial | 設(shè)置該屬性為它的默認(rèn)值。請(qǐng)參閱 initial。 |
inherit | 從父元素繼承該屬性。請(qǐng)參閱 inherit。 |
技術(shù)細(xì)節(jié)
默認(rèn)值: | auto |
---|---|
返回值: | 字符串,表示元素的 column-count 屬性。 |
CSS 版本 | CSS3 |
相關(guān)文章
CSS3 教程:CSS3 多列
CSS 參考手冊(cè):column-count 屬性
更多建議: