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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -