border-left

The border-left property is a shorthand property for setting the width, style, and color of an element's left border.

border-left: [ <border-width> || <border-style> || <'border-top-color'> ] | inherit
Initial: medium, none, value of the color property
Applies To: all elements
Inherited: no
Percentages: NA
Media: visual

DOM

Δ

[window.]document.getElementById("element-id").style.borderLeft = "border-left-color border-left-style border-left-width";

Example | color | color

Δ

Example | color | transparent

Δ

Example | style | dashed

Δ

Example | style | dotted

Δ

Example | style | double

Δ

Example | style | groove

Δ

Example | style | hidden

Δ

Example | style | inset

Δ

Example | style | none

Δ

Example | style | outset

Δ

Example | style | ridge

Δ

Example | style | solid

Δ

Example | width | length

Δ

Example | width | medium

Δ

Example | width | thick

Δ

Example | width | thin

Δ

Example | DOM

Δ

References

Δ