CSS Background Properties 背景属性
| Background Properties 属性  | CSS Version 版本  | Compatibility 兼容性  | Inherit From Parent 继承性  | Description 简介  | 
|---|---|---|---|---|
| background | CSS1 | IE4+ , NS4+ | 无 | 复合属性。设置或检索对象的背景特性 | 
| background-attachment | CSS1 | IE4+ , NS6+ | 无 | 设置或检索背景图像是随对象内容滚动还是固定的 | 
| background-color | CSS1 | IE4+ , NS4+ | 无 | 设置或检索对象的背景颜色 | 
| background-image | CSS1 | IE4+ , NS4+ | 无 | 设置或检索对象的背景图像 | 
| background-position | CSS1 | IE4+ , NS6+ | 无 | 设置或检索对象的背景图像位置 | 
| background-positionX | IE专有属性 | IE5.5+ | 无 | 设置或检索对象的背景图像横坐标位置 | 
| background-positionY | IE专有属性 | IE5.5+ | 无 | 设置或检索对象的背景图像纵坐标位置 | 
| background-repeat | CSS1 | IE4+ , NS4+ | 无 | 设置或检索对象的背景图像是否及如何铺排 | 
| layer-background-color | NS专有属性 | NS4+ | 无 | 设置或检索对象整个区域的背景颜色 | 
| layer-background-image | NS专有属性 | NS4+ | 无 | 设置或检索对象整个区域的背景图像 | 
说明:这种颜色是CSS2标准属性。这种颜色是IE建议样式表属性。这种颜色是NS私有属性。这种颜色是目前尚无浏览器支持的属性。