Difference between revisions of "CSS GUIDE COLOR"

From CDOT Wiki
Jump to: navigation, search
(Summary)
(Summary)
Line 4: Line 4:
 
The color property is used the set the text color for a given element.  The color property can be apused for all CSS elements.
 
The color property is used the set the text color for a given element.  The color property can be apused for all CSS elements.
  
<table border="1" cellspacing="2">
+
<table border="1" cellspacing="10">
 
<tr>
 
<tr>
 
<td align="right"><b>Usage: </b></td><td>Can be applied to all elements.</td>
 
<td align="right"><b>Usage: </b></td><td>Can be applied to all elements.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td align="right">[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group] </td><td>Visual</td>
+
<td align="right"><b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group]</b></td><td>Visual</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td align="right">Inherited </td><td>Yes</td>
+
<td align="right"><b>Inherited</b></td><td>Yes</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 12:58, 28 October 2006

This document is a work in progress and is subject to change.

Summary

The color property is used the set the text color for a given element. The color property can be apused for all CSS elements.

Usage: Can be applied to all elements.
Media GroupVisual
InheritedYes

Syntax

Legal Values

PX preferred.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also