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 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 4 views
  • Last reply by dario.be

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)

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.

dario.be மூலமாக திருத்தப்பட்டது