View Full Version : Greymatter - Scrollbar


fitz01
02-20-2007, 04:45 PM
Hi,
I'm having trouble changing the colour of the scrollbar in greymatter. I have no idea how to do it. The other scrollbars on my site are the way I want them, but the one in my blog won't change. Is there a special code I have to use for greymatter, or do I have to put the code somewhere special?

I'm using this code btw:

scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;

iGeek
02-25-2007, 12:08 AM
Changing scroll bar colors is frowned upon as it creates errors and only works in IE.

bourdelson
02-25-2007, 01:49 AM
However, if you'd like to use it, it belongs in between style tags in the head portion of your HTML. Or you can put it directly into the div tag, parsed with style="code here".

fitz01
02-26-2007, 02:12 PM
Thanks.

iGeek
02-26-2007, 11:34 PM
You're welcome! :)