css.properties

border-image-width

The border-image-width property specifies the width of a border image.

Formal Syntax

border-image-width = [ <length-percentage [0,โˆž]> | <number [0,โˆž]> | auto ]{1,4}

See specification

JavaScript Access

// Access via element.style element.style.borderImageWidth = 1;

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-image-width1613612
auto1615612

Related Properties