搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.