Mozzila/FireFox scrolbars?

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Mozzila/FireFox scrolbars?

Post 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.
ionrock
Posts: 279
Joined: Fri 20. Feb 2004, 17:04

Post 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 ;)
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

h-yeah, i'd go down on mozilla code for a scrollbar :roll:
I tihnk i may do some javascript instead ;)
Post Reply