
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-bottom
| Next Style: border-bottom-style
|
border-bottom-color
Specifies the bottom border color of the element's box.
Support:
-
See Also:
-
border-color,
border-left-color,
border-right-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:
<P STYLE="border-bottom-color: Orchid; border-bottom-style: solid">
Orchid bottom border
</DIV>
How It Looks:
Orchid bottom border
| Index
| Current Category: Borders |
| Previous Style: border-bottom
| Next Style: border-bottom-style
|
|