目录

style borderImageWidth 属性

示例

指定图片边框的宽度:

document.getElementById("myDIV").style.borderImageWidth = "20px 30px";
亲自试一试 »

描述

borderImageWidth 属性指定图片边框的宽度。


浏览器支持

表中的数字指定完全支持该属性的第一个浏览器版本。

Property
borderImageWidth Yes 11.0 Yes 6.0 15.0

看着那(这边框图片属性代替!


语法

返回 borderImageWidth 属性:

object.style.borderImageWidth

设置 borderImageWidth 属性:

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

属性值

Value Description
length A length unit (px) specifying the size of the border-width
number Default value 1. Represents multiples of the corresponding border-width
% Refers to the size of the border image area: the width of the area for horizontal offsets, the height for vertical offsets
auto If specified, the width is the intrinsic width or height of the corresponding image slice
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

技术细节

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

相关页面

CSS 参考:边框图片宽度属性