Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I get my website scrollbars to show true in the Foxfire Browser?

  • 1 reply
  • 1 has this problem
  • 6 views
  • Last reply by dario.be

more options

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?

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?

All Replies (1)

more options

Hello jflanigan,

unfortunately, you cannot style the scrollbars in Firefox with CSS only yet. You need to stick to jQuery (See.) If you just want to show/hide the scrollbar in Firefox, this might be your way to go.

Modified by dario.be