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 参考:边框图片宽度属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!