搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 1 回覆
  • 1 有這個問題
  • 2 次檢視
  • 最近回覆由 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?

所有回覆 (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.

由 dario.be 於 修改