Style columnSpan 屬性
- Previous Page columns
- Next Page columnWidth
- Go to the Previous Level Object ng Style ng HTML DOM
文法
返回 columnSpan 屬性:
object.style.columnSpan
設定 columnSpan 屬性:
object.style.columnSpan = "1|all|initial|inherit"
屬性值
值 | 描述 |
---|---|
1 | 默認值。元素應跨越一列。 |
all | 該元素應跨越所有列。 |
initial | 將此屬性設定為其默認值。請參閱 initial。 |
inherit | 從其父元素繼承此屬性。請參閱 inherit。 |
技術詳細
默认值: | 1 |
---|---|
返回值: | 字符串,表示元素的 column-span 属性。 |
CSS バージョン: | CSS3 |
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
50.0 | 10.0 | 71.0 | 10.0 | 37.0 |
- Previous Page columns
- Next Page columnWidth
- Go to the Previous Level Object ng Style ng HTML DOM