Log in

View Full Version : How do I add coloured scrollbars to my vBulletin forum???


Realm of Horror Comics
02-20-2007, 07:10 AM
Okay, I had asked for help with this on vBulletin.com and was referred here.

I've searched the vBulletin support boards but cannot find a solution. I'm trying to add color scrollbars to my board using the following code, but where should I be putting it? I've tried in additional CSS/template boxes etc but cannot get this to work.

<!-- BEGIN COLOURED SCROLLBARS -->
<STYLE type="text/css">
BODY {scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#8B0000;
scrollbar-base-color:#000000;
scrollbar-track-color:#8B4513;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#FFF8DC;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000}
</STYLE>
<!--// END COLOURED SCROLLBARS! -->

Do you know of a solution, please?

Many thanks

Nick

Realm of Horror Comics
02-21-2007, 09:32 AM
bump

Anyone, please?

Realm of Horror Comics
02-22-2007, 11:46 AM
Can anyone help? There's gotta be a way to do this...

bump

Realm of Horror Comics
02-23-2007, 06:51 PM
Sooooooomeooooooooooooone, lol.

Please:)

stabmyback
02-23-2007, 09:09 PM
Change this portion:

scrollbar-3dlight-color:#000000;

to any hex color you would want. It should work.

Realm of Horror Comics
02-23-2007, 10:42 PM
Thanks! I got it working at last. I used this in additional css, and changed the hex colours, obviously.

html
{
scrollbar-base-color: #40364D;
scrollbar-arrow-color: #F5D300;
scrollbar-highlight-color: #90869E;
}


Thanks again. :up: