举报投诉联系我们 手机版 热门标签 名动网
您的位置:名动网 > htmlstyle属性的用法 HTML DOM Style columns 属性

htmlstyle属性的用法 HTML DOM Style columns 属性

2023-04-29 21:20

htmlstyle属性的用法 HTML DOM Style columns 属性

htmlstyle属性的用法 HTML DOM Style columns 属性

htmlstyle属性的用法

Style columns 属性

Style 对象参考手册 Style 对象

实例

把文本分为三列,每列最小 100 像素:

document.getElementById("myDIV").style.columns="100px 3";


定义和用法

columns 属性是一个速记属性,用于设置 columnWidth 和 columnCount。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

Internet Explorer 10 和 Opera 支持 columns 属性。

Firefox 支持另一个可替代该属性的属性,即 MozColumns 属性。

Safari 和 Chrome 支持另一个可替代该属性的属性,即 WebkitColumns 属性。


语法

返回 columns 属性:

object.style.columns

设置 columns 属性:

object.style.columns="auto|column-width column-count|initial|inherit"

属性值

描述
auto 默认值。设置 column-width 为 "auto",column-count 为 "auto"。
columnWidth 列的宽度。
columnCount 列数。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: auto auto
返回值: 字符串,表示元素的 columns 属性。
CSS 版本 CSS3


相关文章

CSS3 教程:CSS3 多列

CSS 参考手册:columns 属性


Style 对象参考手册 Style 对象

阅读全文
以上是名动网为你收集整理的htmlstyle属性的用法 HTML DOM Style columns 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 名动网 mdwl.vip 版权所有 联系我们