您的位置:58脚本 > html border style HTML DOM Style borderImageOutset 属性

html border style HTML DOM Style borderImageOutset 属性

2023-05-22 12:32

html border style HTML DOM Style borderImageOutset 属性

html border style HTML DOM Style borderImageOutset 属性

html border style

Style borderImageOutset 属性

Style 对象参考手册 Style 对象

实例

把边框放置在 <div> 元素的边缘外:

document.getElementById("myDIV").style.borderImageOutset="5px 10px 20px 15px";


定义和用法

borderImageOutset 属性设置或返回边框图像区域超出边界框的量。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

Opera 不支持 borderImageOutset 属性。

Internet Explorer 10 及其之前的版本不支持 borderImageOutset 属性。

Safari 5 及其之前的版本不支持 borderImageOutset 属性。

请参阅 borderImage 属性来替代它!


语法

返回 borderImageOutset 属性:

object.style.borderImageOutset

设置 borderImageOutset 属性:

object.style.borderImageOutset="length|number|initial|inherit"

注意:borderImageOutset 属性规定边框图像区域超出边界框的量。是按照上边、右边、下边、左边的顺序给出的。如果第四个值被省略了,则它的值与第二个值一致。如果第三个值也被省略了,则它的值与第一个值一致。如果第二个值也被省略了,则它的值与第一个值一致。borderImageOutset 值不允许为负值。

属性值

描述
length 一个指定边框图像将出现在距离边缘多远的长度单位。默认值是 0。
number 表示相应的边框宽度的倍数。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: 0
返回值: 字符串,表示元素的 border-image-outset 属性。
CSS 版本 CSS3


相关文章

CSS 参考手册:border-image-outset 属性


Style 对象参考手册 Style 对象

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

    html style width HTML DOM Style borderLeftWidth 属性

    Style borderLeftWidth 属性 Style 对象定义和用法borderLeftWidth 属性设置或返回元素的左边框的宽度。语法设置 borderLeftWidt...

  • html style scoped HTML DOM Style counterReset 属性

    html style scoped HTML DOM Style counterReset 属性

    Style counterReset 属性 Style 对象实例改变 counter-reset 属性:document.body.style.counterReset = section;定义和用法coun...

  • htmlstyle属性的用法 HTML DOM Style bottom 属性

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

    Style bottom 属性 Style 对象定义和用法bottom 属性设置或返回定位元素的底部位置。该属性规定了元素的底部位置,包括:内边距...

  • html style width HTML DOM Style columnWidth 属性

    html style width HTML DOM Style columnWidth 属性

    Style columnWidth 属性 Style 对象实例改变列的宽度:document.getElementById(myDIV).style.columnWidth=100px;定义和用法colu...

  •  HTML DOM Style fontSize 属性

    HTML DOM Style fontSize 属性

    Style fontSize 属性 Style 对象定义和用法fontSize 属性设置或返回文本的字体尺寸。语法设置 fontSize 属性:Object.style.font...

  •  OceanBase 通用语法

    OceanBase 通用语法

    常量​INT_VALUE​:匹配整数类型常量,如​ 123​。​DECIMAL_VALUE​:匹配定点类型常量,如​123.456​。​STR_VALUE​:匹配...

  •  OceanBase TABLEGROUP

    OceanBase TABLEGROUP

    描述该语句用来执行以下操作:对一个表组增加多张表。修改表组的分区规则。修改表组的 locality 和 primary zone。格式对一个表...

  •  OceanBase LOG

    OceanBase LOG

    ​LOG​函数返回以​x​为底的​y​的对数。语法LOG (x,y)参数参数说明x,y数值型(NUMBER、FLOAT、BINARY_FLOAT和BINARY_DOUBLE...

  •  OceanBase ASCII

    OceanBase ASCII

    ​ASCII​函数返回字符表达式最左端字符的 ASCII 码值。语法ASCII(x)参数参数说明xCHAR、VARCHAR2、NCHAR或NVARCHAR2数据类...

  •  OceanBase CURRENT_TIMESTAMP

    OceanBase CURRENT_TIMESTAMP

    ​CURRENT_TIMESTAMP​函数返回​TIMESTAMP WITH TIME ZONE​数据类型的当前会话时区中的当前日期,返回值中包含当前的时区信息...

© 2024 58脚本 58jiaoben.com 版权所有 联系我们
桂ICP备12005667号-28 Powered by CMS