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

From CDOT Wiki
Jump to: navigation, search
 
(Syntax)
Line 3: Line 3:
  
 
== Syntax ==
 
== Syntax ==
TARGET_ELEMENT{border-bottom-color: value;}  
+
<pre>TARGET_ELEMENT{border-bottom-color: value;}</pre>
 +
 
 
== Legal Values ==
 
== Legal Values ==
  

Revision as of 17:21, 13 December 2006

Summary

This property is used to set the color of a given elements bottom border.

Syntax

TARGET_ELEMENT{border-bottom-color: value;}

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also