I know Firefox doesn't support decorated scrollbars in CSS. But I saw some sites that has them colored scrollbars and I was using FireFox... Anyone know how they've done it?? Is it a hack or something?? Anyone, please teach me..:drool:
I know Firefox doesn't support decorated scrollbars in CSS. But I saw some sites that has them colored scrollbars and I was using FireFox... Anyone know how they've done it?? Is it a hack or something?? Anyone, please teach me..:drool:
Try this
Change the colours to suit you stylehtml {
scrollbar-base-color: #9999cc;
scrollbar-arrow-color: white;
scrollbar-track-color: #ccccff;
scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
I'm pretty sure that you can only change the scrollbars in IE since Firefox and other browsers' scrollbars are set by user preferences (skins and etc)
I have tried it and it works.
I'm using FireFox3 Beta 5. I haven't tried any other skins so they may override the CSS, I don't know. But it works with the default theme.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
Hmm.. downloading FireFox 3 right now.... I'm gonna try it out.. Tnx for d info..![]()
Visit my band's site: http://theafterthought.x10hosting.com
And our ReverbNation profile: http://www.reverbnation.com/theafterthought
You can always use javascript to use different settings based on browsers.
I'm guessing the Beta version of FF has support for customised scroll bars, but like you, I wonder how that will work if you are using anything but the default skin. I'm guessing it won't, but I'd be interested to hear from any Beta users who have customised their scroll bars.
theres tutorials online..just google them.