'border-left-color' Syntax and Note : border left color « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'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

1.'border-left-color' Example
2.'border-left-color' is applied to