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






'border-top-color' Syntax and Note

Note:

Defines the color of the top border.

Syntax:
    
element { border-top-color: value }
elementID.style.borderTopColor = "value"
document.all.elementID.style.borderTopColor = "value" // IE only
    

      
      








Related examples in the same category

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