Difference between revisions of "CSS GUIDE BORDER-BOTTOM-WIDTH"

From CDOT Wiki
Jump to: navigation, search
 
(Syntax)
Line 2: Line 2:
 
This property is used to set the width of an element's bottom border.
 
This property is used to set the width of an element's bottom border.
 
== Syntax ==
 
== Syntax ==
<pre>TARGET_ELEMENT{border-bottom-width: value;}
+
<pre>TARGET_ELEMENT{border-bottom-width: value;}</pre>
 +
== Legal Values ==
 +
*thin - thin bottom border
 +
*medium - medium bottom border
 +
*thick - thick bottom border
 +
*length - define the thickness of the bottom border
 +
 
 +
== Mozilla Recommended Values ==
 +
 
 +
== Usage Examples ==
 +
 
 +
== Notes ==
 +
 
 +
== Specification Conformance  ==
 +
 
 +
== Browser Compatibility ==
 +
 
 +
== See Also ==
 +
 
 
== Legal Values ==
 
== Legal Values ==
 
*thin - thin bottom border  
 
*thin - thin bottom border  

Revision as of 18:21, 13 December 2006

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

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also

Legal Values

  • thin - thin bottom border
  • medium - medium bottom border
  • thick - thick bottom border
  • length - define the thickness of the bottom border

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also