簡短的問題:如何用CSS實現這種滾動效果? - >固定的背景滾動效果
我已經嘗試過這樣的:
#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;
}
謝謝! :)
這個頁面沒有視差。它只是一個固定的位置div低於其他人。看看他們的代碼 –