【发布时间】:2015-10-31 02:56:46
【问题描述】:
我这里有整个部分:
<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;,但这根本不起作用
【问题讨论】:
-
你需要 JavaScript。