标签:
background-position:设置背景图像的位置
这个属性设置背景原图像的位置,背景图像如果要重复,将从这一点开始。
要将background-attachment属性设置为"fixed",才能保证该属性在FF和Opera中正常工作。
值
top left ,top center, top right; center left, center center, center right; bottom left, bottom center, bottom right
如果仅规定第一个关键词,第二个将是center.默认值0% 0%
x% y%
第一个值是水平位置,第二个值是垂直位置。
左上角是0% 0%, 右下角是100% 100%
如果仅规定一个值,另一个将是50%
xpos ypos
第一个值是水平位置,第二个值是垂直位置。
左上角是 0 0。单位是像素 (0px 0px) 或任何其他的 CSS 单位。
如果您仅规定了一个值,另一个值将是50%。
您可以混合使用 % 和 position 值。
background-size
background-repeat
background-origin
background-clip
background-attanchment
background-image
标签:
原文地址:http://www.cnblogs.com/carolina/p/5487540.html