Is there anyway to style, modify, or remove the scrollbars of a scrollable html div?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe your only option is to remove the scrollbars altogether with CSS.
The scrollbars themselves are a “browser thing”, and as such can’t be styled.
EDIT: If you are willing to use “fake” scrollbars–i.e., they aren’t actual browser scrollbars they’re an HTML element created with Javascript/jQuery that work “like” scrollbars–then you can use Jscrollpane.
The scrolling looks surprisingly smooth and nice, but I would worry some about how it might work in more novel environments–i.e., a touchscreen interface.
Demos of JScrollpane.