注:所有的**都在中實現
背景色
background-color:/*顏色*/;
背景
背景大小
background-size: ;
平鋪(重複)
background-repeat: no-repeat;/*此行表示不平鋪*/背景位置
background-position: ;
/*傳值
x y;xy可正可負
傳關鍵字
x:center 在中心
left 在左邊
right 在右邊
y:top 在最上邊
center 在中心
bottom 在最下邊
如果只傳乙個值的話,另乙個值預設為center
如果兩個值都不寫的話預設為0 0
*/
背景滾動
background-attachment: scroll;
/*scroll 背景跟隨滾動條滾動(預設)
fixed 背景不會跟隨滾動條而感動
*/
復合樣式
background: ;
/*例:background: green url(tupian.jpg) center;
*/
css背景設定
顏色表示方法 background 1 red 英文單詞 2 ff0000 16進製制 3 rgb 255,0,0 3元色 4 rgb 100 0 0 百分比 背景起始位置 background origin padding box border box content box 邊框起始 內邊距起始...
css背景設定
1 background color 背景顏色 2 background image 背景 3 background repeat 背景重複 4 background position 背景位置 5 background size 背景尺寸 6 background attachment 背景粘附 ...
CSS 背景設定
css允許應用純色作為背景,也允許使用背景影象建立相當複雜的效果 backgroundbody object.style.background white url gif repeat y 值 描述background color規定要使用的背景顏色 background position規定背景影...