1 2 3 4 5 6 7 8 9 10
<!DOCTYPE HTML> <html> <body> <div class="scrollTop" style="height:100px; overflow:hidden;"> <div style="margin-top:30px;">Hello Kitty</div> <div style="height:400px;"></div> </div> <script src="scrolling.js"></script> </body> </html>