javascript - disable scrollbar and mousewheel but not scrollTo -
how can hide scrollbars in website, disabling scroll mouse being able reach hidden areas of page jquery scrollto plugin function? (click on button , page scroll target element)?
thanks!
to disable scroll bars simple css:
html, body { overflow:hidden; }
to scrollto please @ example:
http://www.adriantomic.se/development/scroll-to-the-top-with-jquery/
Comments
Post a Comment