Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

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 can I see menu bar & bookmarks toolbar in Firefox 4 full-screen mode?

  • 6 件の返信
  • 52 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

In Firefox 3.6, I was using the Autohide extension to enable the menu bar and bookmarks toolbar in full screen mode. But Autohide is not compatible with Firefox 4, and even its home page appears to be gone. (Here's an old copy on the Wayback Machine.)

In Firefox 4's full-screen mode, when I move the mouse to the top of the screen, only the navigation toolbar and the tab list appear. I want to see the menu bar and bookmarks toolbar as well. I also want to be able to use Alt keys to open the menu (e.g. Alt-V to open the View menu.)

Is there an extension compatible with Firefox 4 that can do this?

I've also asked this question on SuperUser, if you want to get rep there. Otherwise, I'll cross-post any answer I get.

In Firefox 3.6, I was using the [http://www.krickelkrackel.de/autohide/ Autohide extension] to enable the menu bar and bookmarks toolbar in full screen mode. But Autohide is not compatible with Firefox 4, and even its home page appears to be gone. (Here's an [http://replay.web.archive.org/20070702230344/http://www.krickelkrackel.de/autohide/ old copy on the Wayback Machine].) In Firefox 4's full-screen mode, when I move the mouse to the top of the screen, only the navigation toolbar and the tab list appear. I want to see the menu bar and bookmarks toolbar as well. I also want to be able to use Alt keys to open the menu (e.g. Alt-V to open the View menu.) Is there an extension compatible with Firefox 4 that can do this? I've also asked [http://superuser.com/q/275413/7170 this question on SuperUser], if you want to get rep there. Otherwise, I'll cross-post any answer I get.

選ばれた解決策

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

You can use the ChromEdit Plus extension to have easier access to the customization files.


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

#toolbar-menubar[moz-collapsed="true"] { visibility: visible !important; }
#PersonalToolbar[moz-collapsed="true"] { visibility: visible !important; }
この回答をすべて読む 👍 9

すべての返信 (6)

more options

Please read this thread to see if it helps:


http://support.mozilla.com/en-US/questions/819300

more options

選ばれた解決策

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

You can use the ChromEdit Plus extension to have easier access to the customization files.


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

#toolbar-menubar[moz-collapsed="true"] { visibility: visible !important; }
#PersonalToolbar[moz-collapsed="true"] { visibility: visible !important; }
more options

silkphoenix, not as far as I can tell. I do want the menu bar and bookmarks toolbar to be hidden, but they should appear when I move the mouse to the top of the screen or when I press an Alt key (e.g. Alt+V for the View menu).

more options

If you use my above posted code and make sure that Hide Toolbars in the full screen right-click context toolbar menu is check-marked then it should work and all toolbar should only show if you hover the mouse to the top.

more options

Thanks, cor-el. That works, but there's one minor glitch. If I press Alt+V, the View menu opens, but the menu bar doesn't appear. It looks like a right-click menu. But the menu works, which is the main thing.

more options

You're welcome

Yes, I noticed that too when I checked to code, but it didn't look like a big problem as long as it works. Using the cursor left or right keys key to select other menus on the menu bar can be cumbersome though.