HTML and CSS Reference
In-Depth Information
Name
border-image-source
Values:
none | <uri>
Initial value:
none
Applies to:
All elements excepttable elements where border-collapse is collapse
Inherited:
No
Percentages:
Refer to the size of the border image
Computed value:
Same as declared value
Description:
Supplies the location of the image to be used as an element's border image.
Examples:
div.starry {border-image-source: url(stargrid.png);}
aside {border-image-source: url(asides.png);}
Note:
As of early 2011, browsers did not support border-image-source . It is included because
border-image (which encompasses border-image-source ) wassupported and browsers
were expected to add border-image-source support by the end of 2011.
Search WWH ::




Custom Search