css.properties

border-image

The border-image property shorthand for all border image properties.

Formal Syntax

<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>

See specification

JavaScript Access

// Access via element.style
element.style.borderImage = 'See individual properties';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-image1615612
fill1615612
gradient729412
none163.5312
optional_border_image_slice1615612
repeat163.5312
round163.5312
space163.5312
stretch163.5312

Related Properties