我在这里有整个部分:
<section id="design-centre">
<section id="design-centre-cover">
<div class="container">
<div class="row">
<div class="cover-left">
<h1>Our Designs Make Luxury More Affordable</h1>
</div>
</div>
</div>
</section>
</section>
这是CSS:
section#design-centre {
position: relative;
}
background: url(../images/design-center-cover.jpg) center top no-repeat;
height: 800px;
background-attachment: fixed;
}
我要做的是以下内容:
当用户滚动时,让图像滚动,这是我正在寻找的示例:
http://www.hush.ca/hush-design-main/#hush-design
我尝试使用background-attachment: fixed;
,但这根本不起作用