divcss控制

div {
background-image:url(/images/bg.jpg);  /*設置div層的背景圖片*/
background-repeat:no-repeat;  /*背景圖片不重複顯示*/
background-repeat:repeat;  /*背景圖片橫向及縱向重複*/
background-repeat:repeat-x;  /*背景圖片橫向重複*/
background-repeat:repeat-y;  /*背景圖片縱向重複*/
background-attachment:fixed;  /*固定背景圖片*/
background-attachment:scroll;  /*滾動背景圖片*/
background-position-x:left;  /*背景圖片在橫向的最左方顯示*/
background-position-x:right;  /*背景圖片在橫向的最右方顯示*/
background-position-y:top;  /*背景圖片在縱向的最上方顯示*/
background-position-y:bottom;  /*背景圖片在縱向的最下方顯示*/
}
發佈了115 篇原創文章 · 獲贊 9 · 訪問量 35萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章