答案 0 :(得分:24)
你可以用CSS做到这一点。您只需要一些与窗口高度相同的div,使用属性background-attachment: fixed;
的不同背景图像。
#one
{
background: url(http://images.buzzillions.com/images_products/07/02/iron-horse-maverick-elite-mountain-bike-performance-exclusive_13526_100.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment:fixed;
}
#two
{
background: url(http://img01.static-nextag.com/image/GMC-Denali-Road-Bike/1/000/006/107/006/610700673.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment:fixed;
}
答案 1 :(得分:2)
HERE你会找到你的插件!
是视差效应。
答案 2 :(得分:0)
探索这些内容的一个好方法是使用firefox中的firebug插件或chrome中的开发者控制台打开页面,然后查看页面源。
如果您尝试某些内容,它也有帮助,然后发布您遇到问题的内容。
您还可以使用jQuery插件实现效果: