PDA

View Full Version : Add Colors to your Scroll Bars


Creative210
07-07-2004, 10:00 PM
Works on vb 3.x.x.
I noticed that vbulletin 3 does not come with CSS to color your scroll bars.
Using the css below this will add colors to it. This is very easy to do.

Zachery
07-08-2004, 02:33 PM
html
{
scrollbar-base-color: #E5E4E5;
scrollbar-arrow-color: #578AD6;
scrollbar-track-color: #F0F0F0;

Is missing a closing tag

The reason it was not added is because its not CSS valid anymore, not to mention 99% of sites its on looks horrid.

:)

Grounds_Network
07-08-2004, 05:49 PM
I dont suggest using that, not all browsers support it. And w3c says its no longer valid.

Zachery
07-08-2004, 07:12 PM
:p i just said that

I believe only IE5-6 will support that code correctly

Creative210
07-08-2004, 09:14 PM
I dont suggest using that, not all browsers support it. And w3c says its no longer valid.Would you mind posting the valid code? Urmm... nm.

imported_infernonet
07-09-2004, 11:08 AM
Theres a chance that IE 5.5 Might too this is when they added this function for customization. Other browsers will have trouble with it, Netscape and maybe opera.

imported_infernonet
07-09-2004, 11:19 AM
html
{
scrollbar-base-color: #E5E4E5;
scrollbar-arrow-color: #578AD6;
scrollbar-track-color: #F0F0F0;

Is missing a closing tag

The reason it was not added is because its not CSS valid anymore, not to mention 99% of sites its on looks horrid.

:)

I agree it isnt the best thing to add to your site being most people wont be able to see it!

But all you really need to do like Zachery says add the end tag

Example of what it would look like finished:

/* ***** SCROLLBARS ***** */
{
scrollbar-base-color: #E5E4E5;
scrollbar-arrow-color: #578AD6;
scrollbar-track-color: #F0F0F0;
}

All ive added is the end tag }

Note this is totally useless if your using netscape browsers that includes Mozilla Mozilla firefox!

Creative210
07-09-2004, 05:35 PM
Opps I didnt add a closing tag, becouse I didnt copy and paste it right in my attachement. (It'll happen) oops :)

imported_infernonet
07-10-2004, 12:23 AM
these things happen ;)

Ultima07
07-26-2007, 12:34 AM
Sorry but as more and more users start using firefox, I dont think this mod will be compitable with all users.