Quote:
Originally Posted by DementedMindz
also i added this in the very bottom of the css
Code:
/* ############################################################################# */
/* BODY AND TABLE STYLES */
/* set colored scrollbars */
html
{
scrollbar-base-color: #333333;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #111111;
}
this way the scroll bars match 
|
Yeah I try not to change the scrollbar in CSS as it causes validation errors.
Thanks,
Mat