Example
Specify the widths of the image-border:
div
{
border-image-source: url(border.png);
border-image-width: 30 30;
}
{
border-image-source: url(border.png);
border-image-width: 30 30;
}
Browser Support
The border-image-width property is not supported in any of the major browsers.
Look at the border-image property instead!
Definition and Usage
The border-image-width property specifies the widths of the image-border.Default value: | 1 |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.borderImageWidth="30 30" |
Syntax
border-image-width: number|%|auto;
Value | Description |
---|---|
number | 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 +CSS3 +CSSReflex +CSSCHOPPER +CSS Author +CSSW Yemen-Sana'a +Css Color +CSSW Yemen-Sana'a +CSS Light +CSS Mobi |
No comments: