I want to style my custom scrollbar. I know this is possible with WebKit, but is it possible to achieve a similar effect in Internet Explorer?
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.
Generally, yes it’s possible, with only browserspecific CSS for IE:
You can play around with it. More details
For more control there are several JS-Plugins to achieve the same look and feel for IE like in Webkit. I find it difficult to apply these, but here a list of Plugins i think, they’re OK:
A list of similar plugins: http://slodive.com/web-development/jquery-scroll/
To get it work, it’s important to set your HTML-Markup as exactly the same as in the examples.
What you can do is, open the example HTML and modify them to your needs. That’s the easiest way, i think.
Hope this helps 🙂