background-color
- 版本:CSS1
- 继承性:无
语法:
background-color:<color>
默认值:transparent
取值:
说明:
设置或检索对象的背景颜色。
- 当同时定义了背景颜色和背景图像时,背景图像覆盖在背景颜色之上。
- 如果设置了background-image,同时也建议作者设置background-color用于当背景图像不可见时保持与文本一定的对比。
- 对应的脚本特性为backgroundColor。
兼容性:
- = 支持
- = 不支持
- = 部分支持
- = 实验性质
支持版本\类型 | |||||
---|---|---|---|---|---|
版本 | 6.0 | 4.0 | 5.1 | 13.0 | 11.50 |