Forum Moderators: not2easy

Message Too Old, No Replies

CSS and FireFox

Problem with colors of scrollbar

         

Alfasys

11:14 am on Mar 14, 2005 (gmt 0)

10+ Year Member



Hi,

I do have a problem with my CSS scripting in Firefox.
It seems as if it is not read well.
In IE6.X there is no problem.
Thank you for any help.

This is the script :

<STYLE type="text/css">
body {
scrollbar-3dlight-color:;
scrollbar-arrow-color: rgb(180,180,180);
scrollbar-base-color:;
scrollbar-track-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color: rgb(0,0,0);
scrollbar-highlight-color:;
scrollbar-shadow-color:;
cursor : crosshair;}
A {
text-decoration: none}
</STYLE>

createErrorMsg

1:14 pm on Mar 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



All of that scrollbar stuff is proprietary IE code, and works only in that browser.

cEM