Difference between revisions of "CSS GUIDE COLOR"

From CDOT Wiki
Jump to: navigation, search
(Summary)
Line 1: Line 1:
 
<span style="margin:0;background:#ffff33;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">This document is a work in progress and is subject to change.</span><br /><br />
 
<span style="margin:0;background:#ffff33;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">This document is a work in progress and is subject to change.</span><br /><br />
 
== Summary ==
 
== Summary ==
The color property controls the text color of a given element.  This property can be used for all Cascading Style Sheet 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>
 +
<tr>
 +
<td>Usage</td><td>Can be applied to all elements.</td>
 +
</tr>
 +
<tr>
 +
<td>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups CSS Media Group]</td><td>Visual</td>
 +
</tr>
 +
<tr>
 +
<td>Inherited</td><td></td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
 
  
 
== Syntax ==
 
== Syntax ==
 
   
 
   
 
== Legal Values ==
 
== Legal Values ==
 +
PX preferred.
  
 
== Mozilla Recommended Values ==
 
== Mozilla Recommended Values ==

Revision as of 12:47, 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.

UsageCan be applied to all elements.
CSS Media GroupVisual
Inherited



Syntax

Legal Values

PX preferred.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also