背景居中并且相对网页内容保持静止

 

点击这里看效果

在 <head> 与 </head> 之间加入:

<STYLE TYPE="text/css">
BODY{background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;}
</STYLE>