日期:2013-05-01  浏览次数:21222 次

一句话搞定:

body{ background:url(图片链接地址) no-repeat center top fixed;}

分开写的话也就是

body{ background-attachment:fixed; background-image: url(图片链接地址) ; background-repeat:no-repeat; background-position: center top;}