The cover of The Complete Idiot's Guide to Create a Web Page 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:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later 4.0 and later Not supported
Notes:

See Also:

border, border-bottom, border-leftt, border-top

Possible Values:

[border-color]
See border-color.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later 4.0 and later Not supported

[border-style]
See border-style.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS1 and later 4.0 and later Not supported

[border-width]
See border-width.

Support:

W3C StandardInternet ExplorerNetscape 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 |