Forum Moderators: not2easy

Message Too Old, No Replies

Netscape scroll bar color

Code for scroll bar color when page is viewed with the Netscape browser

         

Adam5000

5:11 pm on Mar 16, 2006 (gmt 0)

10+ Year Member



Greetings all, and thanks to everyone for their help.

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!

DrDoc

5:35 pm on Mar 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



a) scrollbar coloring is not a CSS standard
b) only IE (and Opera, depending on user setting) supports coloring of the scrollbar
c) don't mess with the browser chrome ... coloring the scrollbar will make people notice it and get annoyed by it -- not vice versa