border-left-width
CSS
border-left-width: value;
JS
object.style.borderLeftWidth = "value";
Values
<'border-left-width'> = <line-width>
<line-width> = <length [0,∞]> | thin | medium | thick
<length>
Specifies the length using a number followed by a unit of measurement.
Initial
length
medium
thick
thin
JS
Internal
External