'border-left' Syntax and Note
Note:
Define three different border properties: color, width, and style.
Syntax:
element { border-left: values }
elementID.style.borderBottom = "values"
document.all.elementID.style.borderBottom = "values" // IE only
Related examples in the same category