I recently copied/pasted the following CSS code into my Wordpress style.css file within the body{} and I can't figure out why it's not working.
scrollbar-face-color: #ce0000;
scrollbar-highlight-color: #f95100;
scrollbar-shadow-color: #9f0000;
scrollbar-3dlight-color: #ffaaaa;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #cccccc;
scrollbar-darkshadow-color: #000000;
I'm running IE 8 and the scrollbar from the page I took it from works fine (changes to shades of red) but my own remain unchanged... any ideas?