border-left

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



   Quick Statistics   
Default Value:
[See individual properties]
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
<img BORDER> | <table BORDER>
What is it?
This is a shorthand property which allows an author to specify the border-width, border-style, and border-color for the left border of an element. If no color is specified, the value will be taken from the 'color' property.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[border-width]
CSS1 | CSS2 | IE4B2 | O3.5
Type: [border-width]
Description:
Uses a [border-width] value to render the left border of an element.
[border-style]
CSS1 | CSS2 | IE4B2 | O3.5
Type: [border-style]
Description:
Uses a [border-style] value to render the left border of an element.
[border-color]
CSS1 | CSS2 | IE4B2 | O3.5
Type: [border-color]
Description:
Uses a [border-color] value to render the left border of an element.
Syntax
Selector { border-left: [border-width] [border-style] [border-color] }
Example
Ext/Doc: div.out { border-left: 10px outset #ffffff }
In-Line:  <div STYLE="border-left: 10px outset #ffffff">this is a beautiful test</div>
Browser Peculiarities

Boring Copyright Stuff....