Example

A simple border-image-width property example:

Laboratory

description & Usage

To determine the image inside the border, we use the border-image-width feature.

Informations

# Description
Default Value 1
Inherited no
Animatable no
Version CSS3
JavaScript syntax object.style.borderImageWidth="20px"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-image-width

Syntax

Values

Values Description
length Specifies the width of the border in pixels.
number Determines the width of the margin.
% Specifies the size of the area designated for the image.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.