border-left-width

Support Key: [CSS1|CSS2|CSS2.1] [IE4B2|N4B3|O3.5|S1]
Other Border-Width Properties
border-width
border-top-width
border-right-width
border-bottom-width
= Index DOT Css by Brian Wilson =
  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>
Official Docs:
CSS1: Sect. 5.5.14
CSS2: Sect. 8.5.1, CSS2.1: Sect 8.5.1
What is it?
This property controls the thickness (width) of the left border of an element's rendering box. Negative values are not allowed.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O7|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
thin | medium | thick
[CSS1|CSS2|CSS2.1] [IE4B2|N4B3|O3.5|S1]
Type: Calculated
Description:
Renders a "thin", "medium" or "thick" border on the left 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|CSS2.1] [IE4B2|N4B3|O3.5|S1]
Type: Explicit
Description:
Sets the width of the border on the left side of the element's rendering box to an explicit measurement.
Example
Ext/Doc: strong { border-left-width: 5mm }
In-Line:  <strong STYLE="border-left-width: 5mm">this is a beautiful test</strong>
Browser Peculiarities

Boring Copyright Stuff....