scrollbar - How to get rounded edge scroll bar in IE10? -


am using following css change scroll bar color

<style>  body {   scrollbar-face-color: #eeeeee;   scrollbar-highlight-color: #ffffff;   scrollbar-3dlight-color: #cccccc;   scrollbar-darkshadow-color: #ffffff;   scrollbar-shadow-color: #aaaaaa;   scrollbar-arrow-color: #000000;   scrollbar-track-color: #eeeeee; } </style> 

color changed. way rounded edge scroll bar in ie10?

there isn’t way style scrollbars in ie, except colour. can see full list of css properties styling scrollbars @ http://msdn.microsoft.com/en-us/library/windows/apps/hh466154.aspx


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -