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


border-left-color

Specifies the left border color of the element's box.

Support:

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

See Also:

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

Possible Values:

[color]
The color of the border.

Support:

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

Notes:

transparent
Creates a transparent border.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Notes:
  • Transparent means that you can see any elements or colors that lie "underneath" the border.

Example:
<P STYLE="border-left-color: red; border-left-style: solid">
Red left border
How It Looks:

Red left border


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