Difference between revisions of "CSS GUIDE BORDER-BOTTOM-WIDTH"
(→Syntax) |
|||
Line 3: | Line 3: | ||
== Syntax == | == Syntax == | ||
<pre>TARGET_ELEMENT{border-bottom-width: value;}</pre> | <pre>TARGET_ELEMENT{border-bottom-width: value;}</pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Legal Values == | == Legal Values == | ||
*thin - thin bottom border | *thin - thin bottom border |
Revision as of 17:21, 13 December 2006
Contents
Summary
This property is used to set the width of an element's bottom border.
Syntax
TARGET_ELEMENT{border-bottom-width: value;}
Legal Values
- thin - thin bottom border
- medium - medium bottom border
- thick - thick bottom border
- length - define the thickness of the bottom border