Scrolling Divs
It doesn't work at all on android 2 and iOS4. In Android 4 javascript scrollTo does not work
by fredd man
HTML
<div id="container">
<div id="topbar" class="slide"><a id="menu-button"></a></div>
<div id="wrapper" class="slide">
<ul>
</ul>
</div>
</div>