為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

Status Bar and status bar addon does not work in Firefox 16.0.1

  • 1 回覆
  • 2 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

Some time ago, I came here with a question about the missing status bar, mainly that long links would be displayed in a tiny box, truncating them so that I would need to click on them to see their full length. I was pointed to a plugin called Status-4-Evar, which solved the problem and worked wonderfully. That is, until Firefox automatically updated itself to 16.0.1. The status bar has completely disappeared, and the plugin seems to be accomplishing nothing. Is there any way to fix Firefox to work with this plugin, or any setting to elongate the link display box to fill the entire length of the window?

Some time ago, I came here with a question about the missing status bar, mainly that long links would be displayed in a tiny box, truncating them so that I would need to click on them to see their full length. I was pointed to a plugin called Status-4-Evar, which solved the problem and worked wonderfully. That is, until Firefox automatically updated itself to 16.0.1. The status bar has completely disappeared, and the plugin seems to be accomplishing nothing. Is there any way to fix Firefox to work with this plugin, or any setting to elongate the link display box to fill the entire length of the window?

所有回覆 (1)

more options

I use code like this in the userChrome.css file.
It is best not to use the full width or you get problems if the link is at the bottom of the screen.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* Status panel */
statuspanel { max-width:90% !important; }
.statuspanel-label { background:#FF9!important; color:black!important; font-family:"DejaVu Sans Mono"; }