属性 | 版本 | 继承性 | 描述 |
---|---|---|---|
background | CSS1/3 | 无 | 复合属性。设置或检索对象的背景特性 |
background-color | CSS1 | 无 | 设置或检索对象的背景颜色 |
background-image | CSS1/3 | 无 | 设置或检索对象的背景图像 |
background-repeat | CSS1/3 | 无 | 设置或检索对象的背景图像如何铺排填充 |
background-attachment | CSS1/3 | 无 | 设置或检索对象的背景图像是随对象内容滚动还是固定的 |
background-position | CSS1/3 | 无 | 设置或检索对象的背景图像位置 |
background-origin | CSS3 | 无 | 设置或检索对象的背景图像显示的原点 |
background-clip | CSS3 | 无 | 检索或设置对象的背景向外裁剪的区域 |
background-size | CSS3 | 无 | 检索或设置对象的背景图像的尺寸大小 |
background-color:<color>
background-image:<bg-image> [ , <bg-image> ]*
<bg-image> = <image> | none
background-repeat:<repeat-style> [ , <repeat-style> ]*
<repeat-style> = repeat-x | repeat-y | [repeat | no-repeat | space | round]{1,2}
background-attachment:<attachment> [ , <attachment> ]*
<attachment> = fixed | scroll | local
background-position:<position> [ , <position> ]*