perthskies
Nostalgic
- 339
- Posts
- 21
- Years
- Perth, Western Australia
- Seen Dec 7, 2013
Coloured Scrollbars using CSS
It has come to my understanding that scrollbars can have their colours altered using the following CSS Code:
However, this only works in Internet Explorer. I tried testing this in Mozilla Firefox and it didn't work. Is it safe to assume that scrollbar colour changes aren't a universal or offical part of the CSS Code, that it's Internet Explorer only?
It has come to my understanding that scrollbars can have their colours altered using the following CSS Code:
Code:
<style type="text/css">
body {
scrollbar-face-color: #00FF80;
scrollbar-shadow-color: #616161;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #00FF80;
scrollbar-darkshadow-color: #00FF80;
scrollbar-track-color: #00FF80;
scrollbar-arrow-color: #000000
}
</style>
However, this only works in Internet Explorer. I tried testing this in Mozilla Firefox and it didn't work. Is it safe to assume that scrollbar colour changes aren't a universal or offical part of the CSS Code, that it's Internet Explorer only?
Last edited: