-3

First of all i apologize for my low English

I want to change the scrollbar width in IE browser

Thank you!

www.admiraalit.nl
  • 5,768
  • 1
  • 17
  • 32
  • In the title, you mention specifically version 11 of IE. In the description, you mention "IE browser" without specifying a version number. Are you only interested in IE 11? – www.admiraalit.nl Oct 20 '20 at 12:13
  • Please show what research you've done and any attempts you've made based on that research. Stack Overflow has a rich history of questions that cover several versions of Internet Explorer. Searching would be a good first step, as outlined in [ask]. – Heretic Monkey Oct 20 '20 at 12:15

1 Answers1

-1

First of all... why you using IE? IE is out of date. Now to your question. In webkit browsers like chrome you can use css to edit the scrollbar. IE is not an webkit browser but you can do it with js. jQuery Scrollbar and jScrollPane are jquery plugins for custom scrollbars.

  • This is pretty much exactly what was said in the answer to the duplicate posted in my last comment. Please be on the look out for comments on questions with the phrase "Does this answer your question?" and click on the link. If the linked question is the same as the current question, and the answers answer it, there is no need to add another answer. Thanks. And good point about IE :). – Heretic Monkey Oct 20 '20 at 12:32