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