行業(yè)動態(tài)
網(wǎng)頁背景圖片居中,背景圖片平鋪,定義網(wǎng)頁背景圖片
發(fā)布日期:2009-09-05 閱讀次數(shù):5997 字體大小:

body {

 font-size: 12px;
 background-image: URL(bg.jpg);/*定義網(wǎng)頁背景圖片*/
 background-position:center center;/* css背景圖片水平、垂直居中*/
 background-repeat: repeat-y;/* css背景圖片垂直平鋪,no-repeat為不平鋪,repeat為水平垂直平鋪*/
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}