border-bottom-color

Support Key: CSS2 | IE4 | O3.5
Other Border-Color Properties
border-color
border-top-color
border-right-color
border-left-color
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  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>
What is it?
This property controls the color of the bottom 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
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
transparent
CSS2
Type: Explicit
Description:
The border is transparent (with any accompanying 'border-width' thickness) - eg: elements below it shine through.
[color]
CSS2 | IE4 | O3.5
Type: Explicit
Description:
Sets the border to the indicated color value.
Example
Ext/Doc: div { border-bottom-color: green }
In-Line:  <div STYLE="border-bottom-color: #008000">this is a Green Test</div>
Browser Peculiarities

Boring Copyright Stuff....