举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > html style width HTML DOM Style columnRuleWidth 属性

html style width HTML DOM Style columnRuleWidth 属性

2023-04-16 08:31

html style width HTML DOM Style columnRuleWidth 属性

html style width HTML DOM Style columnRuleWidth 属性

html style width

Style columnRuleWidth 属性

Style 对象参考手册 Style 对象

实例

改变列之间的宽度规则:

document.getElementById("myDIV").style.columnRuleWidth="10px";


定义和用法

columnRuleWidth 属性规定列之间的宽度规则。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

Internet Explorer 10 和 Opera 支持 columnRuleWidth 属性。

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

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


语法

返回 columnRuleWidth 属性:

object.style.columnRuleWidth

设置 columnRuleWidth 属性:

object.style.columnRuleWidth="medium|thin|thick|length|initial|inherit"

属性值

描述
medium 默认值。定义中等规则。
thin 定义纤细规则。
thick 定义宽厚规则。
length 规定规则的宽度。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: medium
返回值: 字符串,表示元素的 column-rule-width 属性。
CSS 版本 CSS3


相关文章

CSS3 教程:CSS3 多列

CSS 参考手册:column-rule-width 属性


Style 对象参考手册 Style 对象

阅读全文
以上是鳄鱼CMS为你收集整理的html style width HTML DOM Style columnRuleWidth 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
  •  HTML DOM Style flex 属性

    HTML DOM Style flex 属性

    2023-05-19

    Style flex 属性 Style 对象实例让所有灵活的项目都带有相同的长度,忽略它们的内容:for (i = 0; i < y.length; i++) {y[i].sty...

  • html style height HTML DOM Style height 属性

    html style height HTML DOM Style height 属性

    2023-05-17

    Style height 属性 Style 对象定义和用法height 属性设置或返回元素的高度。height 属性只在块级元素或绝对/固定位置的元素发挥...

  •  OceanBase SUBSTR

    OceanBase SUBSTR

    2023-05-20 OceanBase SUBSTR

    ​SUBSTR​函数截取子字符串。其中多字节符(汉字、全角符等)按 1 个字符计算。语法SUBSTR(c1,n1[,n2])参数参数说明c1需要...

  • oceanbase 如何删除用户对象 OceanBase TO_CHAR (character)

    oceanbase 如何删除用户对象 OceanBase TO_CHAR (character)

    2023-05-24

    TO_CHAR (character)函数将NCHAR、NVARCHAR2或CLOB数据转换为数据库字符集。语法TO_CHAR(character )参数说明character...

  •  OceanBase NVL

    OceanBase NVL

    2023-04-04 OceanBase NVL

    NVL函数从两个表达式返回一个非NULL值。如果expr1与expr2的结果皆为NULL值,则NVL函数返回NULL。语法NVL(expr1, expr2)参数参数...

© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们