• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HOW to make colored scroll bars for a website?????

CoolTechie

Senior member
hey im developing a couple sites and i want to throw in those colored scroll bars that I've beens eing around the web as of late.. can anyone tell me how to do this or point me in the direction of some web resources for this?? thanks alot😀
 
sweet... i just saved planet hardwares CSS script.. opened it up in top style and BAM there it is...nice and easy... heres the code for one if anyone cares.. they look great

BODY {
SCROLLBAR-FACE-COLOR: #xxxxxx;
SCROLLBAR-HIGHLIGHT-COLOR: #xxxxxx;
SCROLLBAR-SHADOW-COLOR: #xxxxxx;
SCROLLBAR-3DLIGHT-COLOR: #xxxxxx;
SCROLLBAR-ARROW-COLOR: #xxxxxx;
SCROLLBAR-TRACK-COLOR: #xxxxxx;
SCROLLBAR-DARKSHADOW-COLOR: #xxxxxx;
}
 
Back
Top