Forum Moderators: not2easy
I'm working on the scroll bar color and I think I'm close. I've tried several configurations but can't seem to get the right one. I'd like the scroll bar to have a black track and a red bar. I've got it working with MSIE and I'm trying to get it working with Netscape. Below is the code I'm using for MSIE.
<style type="text/css">
* {margin: 0; padding: 0;}
BODY {SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-BASE-COLOR: #800862; scrollbar-dark-shadow-color: #000000}
</style>
This works with MSIE but goes to the default white and blue when viewed with Netscape 8.1 (recently downloaded from the Netscape website). I'd like the track and bar to be the same color when viewed with the Netscape browser as it is when viewed with MSIE. Help!