Changes

Jump to: navigation, search

CSS GUIDE BORDER LEFT

1,058 bytes added, 04:52, 12 December 2006
no edit summary
== Summary ==
This property is a shorthand property for setting the border-left-width, border-style and the border-color in a single declaration.

*Inherited: No
== Syntax ==
<pre>TARGET_ELEMENT {border-left: border-width border-style border-color;}</pre>

== Legal Values ==
* border-width - thin | thick<br />
* border-style - dotted<br />
* border-color - #000000 - #FFFFFF<br />

== Mozilla Recommended Values ==

== Usage Examples ==
<pre>table {border-left: thick #FFFFFF;}
sets the left border-width to be thick and the border-color to be white.</pre>

<pre>table {border-left: thin dotted #000000;}
sets the left border-width to be thin, border-style is set to dotted and the border-color
is set to black.</pre>

== Notes ==

== Specification Conformance ==
[http://www.w3.org/TR/CSS1#border-left CSS 1]<br />
[http://www.w3.org/TR/CSS21/box.html#propdef-border-left CSS 2.1]<br />
[http://www.w3.org/TR/2002/WD-css3-box-20021024/#the-border-width CSS 3]

== Browser Compatibility ==

== See Also ==
border-right<br />
border-top<br />
border-bottom
1
edit

Navigation menu