Page 1 of 1

Mozzila/FireFox scrolbars?

Posted: Wed 31. Mar 2004, 20:49
by pSouper
I know this code will change the scrollbrs for IE...

Code: Select all

body {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
but does any one know how i can the colours of the scrollbars in other browsers : Mozilla/Firefox mainly.

Posted: Wed 31. Mar 2004, 20:55
by ionrock
That is an IE only thing. But it you really want to be an uber mozilla hacker you could play with xul to see if you might be able to do it. you can check out xulplanet.com for more info. I have no idea if you really could do it that way but you never know ;)

Posted: Wed 31. Mar 2004, 21:14
by pSouper
h-yeah, i'd go down on mozilla code for a scrollbar :roll:
I tihnk i may do some javascript instead ;)