body {
background-image: url("Desert.jpg") no-repeat 0px 0px;
background-repeat:no-repeat;
background-attachment:fixed;
}
图片url 不对 吧 ./Desert.jpg 试试 我试了一下你这么 写也对 。你给 加个width 和height
因为background-image没有这么多参数,把background-image换成background就行了
background-image: url("Desert.jpg") no-repeat 0px 0px;写错了;background-image属性值没有no-repeat 0px 0px这一段