Difference between revisions of "CSS GUIDE COLOR"
(→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 | + | |
+ | 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 11:47, 28 October 2006
This document is a work in progress and is subject to change.
Contents
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. |
CSS Media Group | Visual |
Inherited |
Syntax
Legal Values
PX preferred.