border-bottom-width

Support Key: CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Other Border-Width Properties
border-width
border-top-width
border-right-width
border-left-width
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
medium
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
<img BORDER> | <table BORDER>
What is it?
This property controls the thickness (width) of the bottom border of an element's rendering box. Negative values are not allowed.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
thin | medium | thick
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Calculated
Description:
Renders a "thin", "medium" or "thick" border on the bottom side of the element's rendering box. The actual thickness of these border values is not specified, but "thin" should have a smaller thickness than "medium", which should have a smaller thickness than "thick".
[length]
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Explicit
Description:
Sets the width of the border on the bottom side of the element's rendering box to an explicit measurement.
Example
Ext/Doc: strong { border-bottom-width: medium }
In-Line:  <strong STYLE="border-bottom-width: medium">this is a beautiful test</strong>
Browser Peculiarities

Boring Copyright Stuff....