i see this all the time but dont know how its done.
Anyone know how to change the color of the navigation bar?
Printable View
i see this all the time but dont know how its done.
Anyone know how to change the color of the navigation bar?
the scroll bar? what navigation bar?
yeah i'm dumb thats what i mean scroll bar.
ok here you go
For scroll bars color, goes between head tages. you can change the colors to anything you want as long as they are in hex unless you use like white or black and a couple of other colors.
Code:<style>
body{scrollbar-3d-light-color:#FF0000;
scrollbar-arrow-color:#FF0000;
scrollbar-Base-color:#000000;
scrollbar-track-color: #000000;
scrollbar-dark-shadow-color:#330000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#FF0000;
scrollbar-shadow-color:#990000;
</style>