Log in

View Full Version : scroll bar


blackpheonix
01-05-2005, 06:49 PM
how would i change my scroll bar to the colour i want

Dark Aura
01-06-2005, 05:39 PM
This is what I use, however I don't know if it creates straight scrollbars on all browsers I only have IE.

Anyway go to admin cp >> style manger >> drop down list >> main css >> scroll to the bottom in the top box at the bottom add this (Additional CSS Definitions)

/* ***** SCROLLBARS ***** */
html{
scrollbar-base-color: #3A1E1E;
scrollbar-arrow-color:#B7A5A1;
scrollbar-track-color: #511611;
}

just change the colours to your wishes.

blackpheonix
01-07-2005, 02:00 AM
thankyou :)

TVNettet
05-01-2006, 05:06 PM
Excellent, much appreciated.
worked in my default and few others, but not in Surge... Still really needed to know where to paste the html, so this answered my question.
Thx again. Very useful post.