重復(fù)圖像background-repeat
? ? ? repeat:水平垂直方向都會重復(fù)圖像
? ? repeat-x:..
? ? repeat-y:.......
? ? no-repeat:圖像只顯示一次
background-attachment:
fixed:固定在頁面某一位置
scroll:背景圖像隨著用戶上下滾動頁面而移動
背景圖像定位background-position
left top
center bottom
right center
repeat-x:背景圖像只在水平方向上重復(fù)
repeat:水平。。垂直。。
repeat-y:垂直。。
no-repeat:只重復(fù)一次
background-attachment:
fixed:背景圖像固定在頁面中的一個位置
scroll:背景圖像隨著用戶上下滾動頁面而滾動
opacity:0-1處理透明度