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


border-left

A shorthand style that enables you to set multiple properties for the left border at once.

Support:

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

See Also:

border, border-bottom, border-right, 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:
<P STYLE="border-left: thick ridge Red">
Thick, ridge, red left border
How It Looks:

Thick, ridge, red left border


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