ExampleSet the border-image-outset property:
|
The border-image-outset property is not supported in any of the major browsers.
Look at the border-image property instead!
The border-image-outset property specifies the amount by which the border image area extends beyond the border box.
Default value: | 0 |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.borderImageOutset="30 30" |
border-image-outset: length|number; |
Note: The border-image-outset property specifies the amount by which the border image area extends beyond the border box. on the top, right, bottom, and left sides. If the fourth value is omitted, it is the same as the second. If the third one is also omitted, it is the same as the first. If the second one is also omitted, it is the same as the first. Negative values are not allowed for any of the border-image-outset values.
Value | Description |
---|---|
length | |
number | Represent multiples of the corresponding border-width |