给背景设置了background-attachment:fixed,但是他跳到最上面去了,怎么调下来

图片说明

https://segmentfault.com/q/1010000002388146
http://www.cnblogs.com/starof/p/4511367.html

你试试加这个z-index:-999px;

background-attachment :定义背景图片随滚动轴的移动方式
取值: scroll | fixed | inherit
scroll: 随着页面的滚动轴背景图片将移动
fixed: 随着页面的滚动轴背景图片不会移动
inherit: 继承初始值: scroll

跑到上面取了说明你没有给他设置高度。