|
|
BorderRightColorCSSProperty
The border-right-color property sets the color of the right border.
You are here: Home > CSS Reference > Properties > border-right-color
Usage
Values
- <color>
- transparent
- inherit
Browser compatibility
| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 | Op9 |
| style.borderRightColor reflects <div style='border-right-color: #808080'> | N | N | N | Y | Y | Y | Y |
| style.borderRightColor reflects <div style='border-right-color: black'> | N | N | N | Y | Y | Y | Y |
| style.borderRightColor reflects <div style='border-right-color: rgb(0, 0, 0)'> | Y | Y | Y | N | N | N | Y |
| style.borderRightColor reflects <div style='border-right-color: transparent'> | Y | Y | N | Y | Y | N | Y |
Further reading
Sign in to add a comment
