/ Published in: CSS
this code is used to change the scroll bar color change
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> html, body{ scrollbar-face-color:#EBF5FF; scrollbar-base-color:#EBF5FF; scrollbar-arrow-color:black; scrollbar-track-color:#F3F3F3; scrollbar-shadow-color:#EBF5FF; scrollbar-highlight-color:#EBF5FF; scrollbar-3dlight-color:#78AAFF; scrollbar-darkshadow-Color:#78AAFF; } </style>
URL: http://www.dynamicdrive.com/style/csslibrary/item/custom-scrollbar-colors/