
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border
| Next Style: border-bottom-color
|
border-bottom
A shorthand style that enables you to set multiple properties for the bottom border at once.
Support:
-
Notes:
See Also:
-
border,
border-leftt,
border-right,
border-top
Possible Values:
- [border-color]
See border-color.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
- [border-style]
See border-style.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
- [border-width]
See border-width.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
Example:
<P STYLE="border-bottom: 10px ridge Purple">
10 pixel, ridge, purple bottom border
How It Looks:
10 pixel, ridge, purple bottom border
| Index
| Current Category: Borders |
| Previous Style: border
| Next Style: border-bottom-color
|
|