View Full Version : My scrollbar won't change colour >.<


starlet024
02-08-2003, 04:16 PM
My scrollbar colour won't change :S
I put this into my <head> tag after the </title>, but nothing changes. Same grey scrollbars. Anyone know why it won't work?

<style type="text/css">
<!--

body
{ scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #ff99ff;
scrollbar-3dlight-color : #ff99ff; scrollbar-shadow-color : #ff99ff;
scrollbar-darkshadow-color : #ff99ff; scrollbar-track-color : #FFFFFF;
scrollbar-arrow-color : #ff99ff }

-->
</style>

Sheila
02-08-2003, 04:41 PM
I tested your code and I can see the different colors...

....Can you see the yellow scollbars on this site? If not, you need to update your browser.

Dude128
02-08-2003, 06:14 PM
...or are you using Netscape? colored scrollbars do not work in NS, so try viewing the page in Internet Explorer.

if you're still having problems, could you post a link to the page so we can test it out and view your code?- it might be something else in your page's code that's messing it up