Limit scroll to section on single page website

Clulgetrout

New Member
i'm working on this website: http://ldlocal.web44.net/simone/It's a single page website, with four sections (shop still not active). The problem is, for example if I click on "BLOG" it gets me to the section, but I can still scroll to the whole website, is there any way to control that? so for example, if I'm on blog I can't scroll below or above that section?I'm using scrollto plugin for the go to section.The div structure it's this:\[code\] <div id="wrapper"> <div id="header"> </div><!-- header --> <div id="main"> <div id="gallery"> </div> <div id="blog"> </div> <div id="aboutus"> </div> </div><!-- main --> </div>\[/code\]Any ideas on how to achieve this?
 
Back
Top