Scroll Bar Colours? ... In Netscape?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
glenn
Forum Newbie
Posts: 18
Joined: Fri Apr 19, 2002 7:42 am
Location: London, England (UK)

Scroll Bar Colours? ... In Netscape?

Post by glenn »

Hello,

I have just started using CSS and I am haiving a problem! The CSS rule that I have writen works fine in IE but not in Netscape, so what I have is to use Javascript to load different css files in when the sites being used by Netscape or IE this is working (or at less I thnk it is) but the scroll bar colours dont seem to work in Netscpe is that just because Netscape does not support them or is it just my coding? Here are the scrollbar effects I have been using :

scrollbar-base-color: #660066;
scrollbar-face-color: #660066;
scrollbar-arrow-color: #CC9900;
scrollbar-track-color: #CC9900;

Can anyone help?


Thank you Glenn Curtis.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Those scrollbar effects are IE specific Microsoft inventions so they don't necessarily work in other browsers.

A Google search throws up the following:
http://www.webmasterworld.com/forum83/39.htm
http://www.dwfaq.com/FAQ/CSS/default.asp

Mac
Last edited by twigletmac on Wed Jan 15, 2003 6:29 am, edited 1 time in total.
crazyjimsmith
Forum Commoner
Posts: 28
Joined: Sat Jan 11, 2003 1:46 pm
Location: Sydney
Contact:

Galleon

Post by crazyjimsmith »

I cant remember which but they also work in either Galleon or Konqueror. I am not on linux anymore (it was too much to learn) so I cant check. But yeah its a microsoft thing
Post Reply