css - Creating custom scrollbar in IE -


i trying create custom scrollbar, managed work on chrome, opera, , firefox. however, struggling make work on ie. below code use

::-webkit-scrollbar {     width: 0.50em;     height: 2em  ::-webkit-scrollbar-button {     background: green; }   ::-webkit-scrollbar-track-piece {     background: blue; }  ::-webkit-scrollbar-thumb {     background: red;  }​ 

you'd better off using 3rd party library (or @ least taking inspiration one), here examples


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -