
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-style
| Next Style: border-top-color
|
border-top
A shorthand style that enables you to set multiple properties for the top border at once.
Support:
-
Notes:
See Also:
-
border,
border-bottom,
border-leftt,
border-right
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-top: thin outset Green">
Thin, outset, green top border
How It Looks:
Thin, outset, green top border
| Index
| Current Category: Borders |
| Previous Style: border-style
| Next Style: border-top-color
|
|