
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-right
| Next Style: border-right-style
|
border-right-color
Specifies the right border color of the element's box.
Support:
-
See Also:
-
border-color,
border-bottom-color,
border-left-color,
border-top-color
Possible Values:
- [color]
The color of the border.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
4.0 and later |
Not supported |
-
Notes:
- transparent
Creates a transparent border.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
-
Notes:
-
Transparent means that you can see any elements or colors that lie "underneath" the border.
Example:
<DIV STYLE="width: 200px">
<P STYLE="border-right-color: Indigo; border-right-style: solid">
Indigo right border
</DIV>
How It Looks:
-
| Index
| Current Category: Borders |
| Previous Style: border-right
| Next Style: border-right-style
|
|