background-position
body{
background-image:url('bgimage.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
定位方法:
1.top left
2.top center
3.top right
4.center left
5. center right
6.center center
7.bottom center
8.bottom left
9.bottom right
- 如果你只定義了一個(gè)關(guān)鍵詞,那么第二個(gè)值將是center.
- 默認(rèn)值為:0% 0%
- 常用負(fù)值來定位。
background-attachment
body{
background-image:url('bgimage.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
- scroll 默認(rèn)值哮缺。 背景圖像會(huì)隨著頁面其余部分的滾動(dòng)而滾動(dòng)。
- fixed 當(dāng)頁面的其余部分滾動(dòng)時(shí)抄课,背景圖象不會(huì)移動(dòng)唱星。