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-right-style | Next Style: border-spacing |


border-right-width

Specifies the right border width of the element's box.

Support:

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

See Also:

border-width, border-bottom-width, border-left-width, border-top-width

Possible Values:

[length]
A specific border width.

Support:

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

medium
Creates a medium border.

Support:

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

thick
Creates a thick border.

Support:

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

thin
Creates a thin border.

Support:

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

Example:
<DIV STYLE="width: 200px">
<P STYLE="border-right-width: thin; border-right-style: solid">
Thin right border
<P STYLE="border-right-width: medium; border-right-style: solid">
Medium right border
<P STYLE="border-right-width: thick; border-right-style: solid">
Thick right border
</DIV>
How It Looks:

Thin right border

Medium right border

Thick right border


| Index | Current Category: Borders |
| Previous Style: border-right-style | Next Style: border-spacing |