css中的position属性CSSbackground参数属性。
CSS1 中 关于ba c k gr o und 属性的参数有以下⼏种:
1. background-color:设置元素的背景⾊。
2. background-image:url()设置背景图像。
3. background-repeat:
repeat 默认。背景图像将在垂直⽅向和⽔平⽅向重复。
repeat-x 背景图像将在⽔平⽅向重复。
repeat-y 背景图像将在垂直⽅向重复。
no-repeat 背景图像将仅显⽰⼀次。
inherit 规定应该从⽗元素继承 background-repeat 属性的设置。
设置背景图像是否及如何重复。
4. background-attachment: scroll/fixed(随页⾯滚动⽽滚动/固定);背景图像是否固定或者随着页⾯的其余部分滚动。
5. background-position:设置背景图像的起始位置。
CSS3 中 关于background 属性的参数有以下⼏种:
background-clip:规定背景的绘制区域。值有content-box/border-box/padding-box
background-origin:规定背景图⽚的定位区域。
background-size:规定背景图⽚的尺⼨。
background属性后的值可以按照顺序添加值:
如background:url() background-position background-size background-repeat background-origin background-clip background-attachment

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。