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






'border-bottom-color' Syntax and Note

Note:

Defines the color of the bottom border.
    
Syntax:
    
element { border-bottom-color: value }
elementID.style.borderTopColor = "value"
document.all.elementID.style.borderLeftColor = "value" // IE only
    

      
      








Related examples in the same category

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