
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-left-width
| Next Style: border-right-color
|
border-right
A shorthand style that enables you to set multiple properties for the right border at once.
Support:
-
Notes:
See Also:
-
border,
border-bottom,
border-leftt,
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:
<DIV STYLE="width: 200px">
<P STYLE="border-right: medium inset Blue">
Medium, inset, blue right border
</DIV>
How It Looks:
Medium, inset, blue right border
| Index
| Current Category: Borders |
| Previous Style: border-left-width
| Next Style: border-right-color
|
|