Difference between revisions of "CSS GUIDE COLOR"

From CDOT Wiki
Jump to: navigation, search
(Summary)
(Summary)
Line 2: Line 2:
 
== Summary ==
 
== 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.
+
The color property is used the set the text color for a given element.   
  
  
<b>Applicability: </b> All elements
+
<table>
<b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group: ]</b>Visual
+
<tr>
<b>Inherited: </b>Yes
+
<td><b>Applicability:</b></td><td>The color property can be used for all CSS elements.<td>
 +
</tr>
 +
<tr>
 +
<td><b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group:]</b>
 +
</td><td>Visual</td>
 +
</tr>
 +
<tr>
 +
<td><b>Inherited:</b></td><td>Yes</td>
 +
</tr>
 +
</table>
  
 
== Syntax ==
 
== Syntax ==

Revision as of 13:11, 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.


Applicability:The color property can be used for all CSS elements.
Media Group: Visual
Inherited:Yes

Syntax

Legal Values

PX preferred.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also