本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

background-color

Specifies the background color for the element. Specify either a color name or RGB color code.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+4.0+1.0+

Usage

[color | "transparent"]. Example values: Red, #FF0000 (#RRGGBB color code for "red"), etc.

Example

For additional information and a demonstration of the background-color attribute, see the demo page on quirksmode:

http://www.quirksmode.org/css/columns.html#background

Availability

W3C CSS2

Related