Quote:
Originally Posted by Zachery
Code:
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:
Code:
/* ***** 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!