Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| border-image-source |
none
All elements except table elements where border-collapse is collapse
No
Refer to the size of the border image
Same as declared value
Supplies the location of the image to be used as an element’s border image.
div.starry {border-image-source: url(stargrid.png);}
aside {border-image-source: url(asides.png);}As of early 2011, browsers did not support border-image-source. It is included because border-image (which encompasses border-image-source) was supported and browsers were expected to add border-image-source support by the end of 2011.