'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