I have this whole section here:
<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>
And here is the CSS:
section#design-centre {
position: relative;
}
background: url(../images/design-center-cover.jpg) center top no-repeat;
height: 800px;
background-attachment: fixed;
}
What I am trying to do is the following:
Have the image scroll when I the user scrolls, here is an example on what I am looking for:
http://www.hush.ca/hush-design-main/#hush-design
I tried using background-attachment: fixed;
but that didn't work at all