css.properties

border-left-style

The border-left-style property sets the style of the left border.

Formal Syntax

<line-style>

See specification

JavaScript Access

// Access via element.style
element.style.borderLeftStyle = 'none';

Logical Property Group

This property belongs to the border-style logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-left-style11112
dashed11112
dotted11112
double11112
groove11112
hidden11112
inset11112
none11112
outset11112
ridge11112
solid11112

Related Properties