Hide body scroll bars from user while still allowing the page to move with jQuery scrollTo -
Hide body scroll bars from user while still allowing the page to move with jQuery scrollTo -
sounds ux no-no.. go it.
i'm using jquery scrollto move page around absolutely positioned div sections. i'd remove scrollbars user can't move section section without using navigation (which present).
possible? overflow:hidden;
first thought, doesn't work theoretically.
thanks all!
got it.
html{overflow:hidden;}
'cause they're not in body!
jquery scroll overflow scrollto
Comments
Post a Comment