Difference between revisions of "CSS GUIDE COLOR"

From CDOT Wiki
Jump to: navigation, search
(Legal Values)
(Specification Conformance)
Line 37: Line 37:
  
 
== Specification Conformance  ==
 
== Specification Conformance  ==
 +
*CSS 1
 +
*CSS 2.1
 +
*CSS 3
  
 
== Browser Compatibility ==
 
== Browser Compatibility ==
  
 
== See Also ==
 
== See Also ==

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

Values can be entered in 3 ways:

  • Hexadecimal (preferred) - Range: #000000 - #ffffff
  • Color Name - red, green, blue
  • RGB Value - (10,20,30)

See usage examples section for more details.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

  • CSS 1
  • CSS 2.1
  • CSS 3

Browser Compatibility

See Also