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-collapse | Next Style: border-left |


border-color

A shorthand style that enables you to set multiple border color properties at once.

Support:

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

See Also:

border-color-bottom, , border-left-color, border-right-color, border-top-color

Possible Values:

[border-bottom-color]
See border-bottom-color.

Support:

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

[border-left-color]
See border-left-color.

Support:

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

[border-right-color]
See border-right-color.

Support:

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

[border-top-color]
See border-top-color.

Support:

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

Example:
<P STYLE="border-color: OrangeRed IndianRed Red DarkRed; border-style: solid">
OrangeRed top border, IndianRed right border, Red bottom border, DarkRed left border.
How It Looks:

RangeRed top border, IndianRed right border, Red bottom border, DarkRed left border.


| Index | Current Category: Borders |
| Previous Style: border-collapse | Next Style: border-left |