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

From CDOT Wiki
Jump to: navigation, search
 
(Syntax)
Line 2: Line 2:
 
This property allows you to set the style of an element's bottom border.
 
This property allows you to set the style of an element's bottom border.
 
== Syntax ==
 
== Syntax ==
+
<pre>TARGET_ELEMENT{border-bottom-style: value;}</pre>
 +
 
 
== Legal Values ==
 
== Legal Values ==
  

Revision as of 17:57, 13 December 2006

Summary

This property allows you to set the style of an element's bottom border.

Syntax

TARGET_ELEMENT{border-bottom-style: value;}

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also