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






'border-right-color' Syntax and Note

Note:

Defines the color of the right border.

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

      
      








Related examples in the same category

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