Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scripting scrolbars IE and Firefox ?

Status
Not open for further replies.

lambi2001

Programmer
Feb 2, 2005
18
DE
Hello,

I am trying to change the colors of scrollbars and found out that IE supports something like this:

<style type="text/css">
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>

What I could not find is a script that would change the scrollbar for Firefox.
I also found some articles saying that this is not possible with Firefox, because the above script does not conform to the W3C standards.

Is there a workarround to change scrollbars in both Firefox and IE ?

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top