how to make div block, witch will start scrolling on one point in site with scrollbar (position: fixed) and ends scrolling in other point.
http://postimage.org/image/oka20h80z/
Block starts scrolling on first black line and end scrolling on second black line and stays
<div class="header"></div>
<div class="wrapper">
<div class="content"></div>
<div class="slider"></div>
</div>
<div class="footer"></div>