Javascript Code: change the color of the scrollbar

If you want to change the color of the scrollbar of your choice then this code is for you it will make your web pages scrollbar colorful and make your website fancy.

 Note:Paste below code within <head>  and </head> tag.


   <style>
BODY {
SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray;


SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray;


SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: red
}
</style>


Tags: , , , ,

Join Us!