
How do I get my website scrollbars to show true in the Foxfire Browser?
Here is my code, it works in Internet Explorer, web editor FrontPage.
<STYLE TYPE="text/css">
BODY { scrollbar-arrow-color:#000000; scrollbar-track-color:#000000; scrollbar-shadow-color:#3366CC; scrollbar-face-color:#C3DAF9; scrollbar-highlight-color:#FFFFFF; scrollbar-darkshadow-color:#000000; scrollbar-3dlight-color:#CCCCCC;
} </STYLE>
Does anyone know how to make it work in Mozilla Foxfire Browser?