'border-left-color' Syntax and Note
Note:
Defines the color of the left border.
Syntax:
element { border-left-color: value }
elementID.style.borderLeftColor = "value"
document.all.elementID.style.borderLeftColor = "value" // IE only
Related examples in the same category