background-attachment

by redky

HTML

<div class="box"></div>

<div class="box" style="background: url(http://gdp.alicdn.com/imgextra/i1/305358018/TB2gxjbcpXXXXb1XXXXXXXXXXXX-305358018.jpg) fixed center top;">    
</div>
<div class="box" style="background: url(http://gdp.alicdn.com/imgextra/i2/305358018/TB2O62TcVXXXXXBXXXXXXXXXXXX-305358018.jpg) fixed center top; background-size: cover;">
</div>

CSS

.box {
    height: 500px;
    border: 10px solid red;
}