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="10">
+
 
<tr>
+
Applicability: All elements
<td align="right"><b>Usage: </b></td><td>Can be applied to all elements.</td>
+
<b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group:]</b> Visual
</tr>
+
<b>Inherited:</b> Yes
<tr>
 
<td align="right"><b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group]</b></td><td>Visual</td>
 
</tr>
 
<tr>
 
<td align="right"><b>Inherited</b></td><td>Yes</td>
 
</tr>
 
</table>
 
  
 
== Syntax ==
 
== Syntax ==

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


Applicability: All elements Media Group: Visual Inherited: Yes

Syntax

Legal Values

PX preferred.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also