border-left-color

Support Key: [CSS2|CSS2.1] [IE4|N6|O3.5|S1]
Other Border-Color Properties
border-color
border-top-color
border-right-color
border-bottom-color
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   [The value of the 'Color' property]
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
<img BORDER> | <table BORDER>
Official Docs:
CSS2: Sect. 8.5.2, CSS2.1: Sect 8.5.2
What is it?
This property controls the color of the left border of an element's rendering box. If no border-color is specified for an element's border, the value of the 'color' property is used instead.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O7|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
transparent
[CSS2|CSS2.1] [N6|O7|S1]
Type: Explicit
Description:
The border is transparent (with any accompanying 'border-width' thickness) - eg: elements below it shine through.
-moz-use-text-color
[N6]
Type: Explicit
Description:
This is a Netscape/Mozilla proprietary value which indicates that the current text color (value of the 'color' property) be used for the border color. Use of this value is not recommended.
[color]
[CSS2|CSS2.1] [IE4|N6|O3.5|S1]
Type: Explicit
Description:
Sets the border to the indicated color value.
Example
Ext/Doc: div { border-left-color: green }
In-Line:  <div STYLE="border-left-color: #008000">this is a Green Test</div>
Browser Peculiarities

Boring Copyright Stuff....