2008年9月3日 星期三

css--背景設定

.background {
background-attachment: fixed; //附件固定
background-color: #00CC00; //背景顏色
background-image: url(%E5%A4%A7%E9%AD%9A.jpg); //背景圖
background-repeat: repeat; //重複
background-position: center top; //水平置中,垂上方
}

沒有留言: