IT技术网
-
菜鸟教程
-
CSS 系列
-
CSS参考手册
»
属性列表
»
多栏属性
»
相关内容:
其它多栏属性参考
选择其它项
columns
column-width
column-count
column-gap
column-rule
column-rule-width
column-rule-style
column-rule-color
column-span
column-fill
column-break-before
column-break-after
column-break-inside
column-span
版本:CSS3
继承性:无
语法:
column-span
:none | all
默认值
:
none
取值:
none:
不跨列
all:
横跨所有列
说明:
设置或检索对象元素是否横跨所有列。
对应的脚本特性为
columnSpan
。
兼容性:
浅绿
= 支持
红色
= 不支持
墨绿
= 部分支持
橙色
= 实验性质
支持版本
\类型
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-span
Gecko(Firefox)
Presto(Opera)
column-span
Trident(IE)
column-span
W3C
column-span
示例:
column-span_CSS参考手册_web前端开发参考手册系列-IT技术菜鸟教程
column-span:all
This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns.
spanning element
This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns.