FREE JAVASCRIPT FOR SCROLL BAR COLOR IN WEBPAGES

Just have a look at the Scroll Bar of this web page. If you are using Internet Explorer 5 or higher, it is most likely that you will find a colored Scroll Bar. If you want to use this technique on your web page just cut and paste this code within the section of your html document. Change the values for arrow, shadow or base colors freely to make combinations.


1
2
3
 
<!-- Cut and paste from here and put in the head section of the document--> 
<style TYPE="text/css">BODY{scrollbar-base-color:#333366;scrollbar-arrow-color:lightblue;scrollbar-shadow-color:black;scrollbar-lightshadow-color:white;scrollbar-darkshadow-color:black;scrollbar-highlight-color:lightblue;scrollbar-3dlight-color:white;}</style>

  • Online ScrollBar Color Generator

  • HOW TO CHANGE SCROLL BAR COLOR THROUGH JAVASCRIPT

    Freeware REVIEWS