Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service

border-left-color

Definition

The border-left-color property specifies the color of the element's left border. The left border is represented by the yellow highlighted area in the illustration below.

Illustration of the CSS box model. The area between the left padding and the left margin is highlighted in yellow.

Example

  1. div {border-left-color: #ff0000}

Characteristics

Possible values

color
Color name or value.
transparent
This keyword is used to indicate that no background color should be used for the given element, in order to allow underlying colors to shine through.
inherit
Use the same computed value as the parent element for this property.

Default value

Depends on Web browser

Applies to

Inherited

No

See also