i have structure html, example like this :
i am using this code :
<section id="home" >
<div id="first">
<div class="top-img">
<img src="img/home-top.jpg" class="img-responsive" alt="Responsive image">
</div>
<div class="bottom-img">
<img src="img/home-down.jpg" class="img-responsive" alt="Responsive image">
</div>
</div>
</section>
the problem is, i want to scrolling only until the half of the second picture. because, next i want to when user click the second image and second image be scrolltop offset. i do not know how to work it..