How do I add coloured scrollbars to my vBulletin forum???
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
|