6.1. CSS background-color 属性
background-color属性是CSS2.1提出的.IE6,Firefox1.5,Opera9支持此属性background-color -- 背景色,定义背景的颜色
- 取值: <color> | transparent | inherit
- <color>: 颜色表示法
- transparent: 透明
- inherit: 继承
- 初始值: transparent
- 继承性: 是
- 适用于: 所有元素
- background:背景.color:颜色.
- 引用网址:http://www.dreamdu.com/css/property_background_color/
背景色与前景色对应,可以定义背景的颜色.
示例
body{background-color:green;}
定义网页的背景使用绿色.