CSS1 background 属性
说明:本文档兼容性测试基础环境为:windows系统;IE6-IE10, Firefox6.0, Chrome13.0, Safari5.1, Opera11.51
语法:
background:[ background-color ] || [ background-image ] || [ background-repeat ] || [ background-attachment ] || [ background-position ]
默认值:看每个独立属性
相关属性:[ background-origin ] || [ background-clip ] || [ background-size ]
取值:
- [ background-color ]:
- 指定对象的背景颜色。
- [ background-image ]:
- 指定对象的背景图像。可以是真实图片路径或使用渐变创建的“背景图像”
- [ background-repeat ]:
- 指定对象的背景图像如何铺排填充。
- [ background-attachment ]:
- 指定对象的背景图像是随对象内容滚动还是固定的。
- [ background-position ]:
- 指定对象的背景图像位置。
- [ background-origin ]:
- 指定对象的背景图像显示的原点。
- [ background-clip ]:
- 指定对象的背景图像向外裁剪的区域。
- [ background-size ]:
- 指定对象的背景图像的尺寸大小。
说明:
复合属性。设置对象的背景特性。
- 如使用该复合属性定义其单个参数,则其他参数的默认值将无条件覆盖各自对应的单个属性设置。
- 对应的脚本特性为background。
兼容性:
- 浅绿 = 支持
- 红色 = 不支持
- 墨绿 = 部分支持
- 橙色 = 实验性质
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
版本 | 6.0 | 4.0 | 5.1 | 13.0 | 11.50 |