Changes

Jump to: navigation, search

CSS GUIDE BORDER-LEFT-WIDTH

1,038 bytes added, 18:36, 13 December 2006
no edit summary
== Summary ==
This property is used to set the width of an element's left border.
*Initial: medium
*Applies to: all elements
*Inherited: no
*Percentages: N/A
*Media: visual

== Syntax ==
<pre>TARGET_ELEMENT{border-left-width: value;}</pre>
== Legal Values ==
*thin - thin left border
*medium - medium left border
*thick - thick left border
*length - define the thickness of the left border

== Mozilla Recommended Values ==

== Usage Examples ==
<pre>table{border-left-width: medium;}</pre>

<pre>table{border-left-width: 0.5px;}</pre>

<pre>table{border-left-width: thin;}</pre>

== Notes ==

== Specification Conformance ==
[http://www.w3.org/TR/CSS21/box.html#propdef-border-left-width CSS 2.1]

== Browser Compatibility ==

== See Also ==
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-left-STYLE border-left-style]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-left-COLOR border-left-color]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-TOP-WIDTH border-top-width]
1
edit

Navigation menu