I'm have 2 DIVs (1 and 2) both are 100% width, 100% height and position:absolute, what i'm trying to achieve is when user viewing DIV 1 and scroll about 10% down, DIV 2 automatically scroll to fit the screen.
<body>
<div id="one" class="content">
when user scroll like 10% down. the screen automatically scroll to the next div.
</div>
<div id="two" class="content">
this is second screen
</div>
</body>