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

From CDOT Wiki
Jump to: navigation, search
(Legal Values)
(Legal Values)
Line 9: Line 9:
  
 
<table border="0">
 
<table border="0">
<tr>
+
 
<th>Method</th><th>Range</th><th>Example</th>
 
</tr>
 
 
<tr>
 
<tr>
 
<td>Hexadecimal (preferred)</td><td>#000000 - #ffffff</td><td>#00ff00 is green</td>
 
<td>Hexadecimal (preferred)</td><td>#000000 - #ffffff</td><td>#00ff00 is green</td>

Revision as of 17:27, 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

Values can be entered in 3 ways:

Hexadecimal (preferred)#000000 - #ffffff#00ff00 is green
Color nameW3Schools Natural Langauge Color Namesgreen
RGB value0-255rgb(102,204,102) is green

See usage examples section for more details.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also