Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 4. Property Reference > border-image-source

border-image-source

Values:

none | <uri>

Initial value:

none

Applies to:

All elements except table 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) was supported and browsers were expected to add border-image-source support by the end of 2011.