Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 1 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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"; }