HTML DOM Style borderImageWidth 属性

星河暗恋记

Style borderImageWidth 属性

规定图像边框的宽度:

document.getElementById("myDIV").style.borderImageWidth="20px 30px";


定义和用法

borderImageWidth 属性规定图像边框的宽度。


浏览器支持

HTML DOM Style borderImageWidth 属性 HTML DOM Style borderImageWidth 属性 HTML DOM Style borderImageWidth 属性 HTML DOM Style borderImageWidth 属性 HTML DOM Style borderImageWidth 属性

Opera 不支持 borderImageWidth 属性。

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

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

请参阅 borderImage 属性来替代它!


语法

返回 borderImageWidth 属性:

	object.style.borderImageWidth

设置 borderImageWidth 属性:

	object.style.borderImageWidth="number|%|auto|initial|inherit"

属性值

描述
length 一个规定边框宽度大小的长度单位(px)。A length unit (px) specifying the size of the border-width
number 默认值是 1。表示相应的边框宽度的倍数。
% 相对于边框图像区域大小的百分比:水平偏移参照区域的宽度,垂直偏移参照区域的高度。
auto 如果规定了该属性,宽度是相应图像切片固有的宽度或高度。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

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


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码