搜索 | 用户支持

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

详细了解

Keep Orange Firefox Menu Button in Fullscreen

  • 2 个回答
  • 3 人有此问题
  • 3 次查看
  • 最后回复者为 Tobanu

more options

When I use Firefox in Fullscreen it get rid of the Orange Firefox menu button how can I keep the menu button in fullscreen

When I use Firefox in Fullscreen it get rid of the Orange Firefox menu button how can I keep the menu button in fullscreen

所有回复 (2)

more options

If you want to keep the Firefox menu button then your only option is to maximize the window.
That should place the menu bar and tab bar in the title bar.

It is possible to have the menu bar showing in addition of the Navigation Toolbar and Tab bar if you hover the mouse to the top with code in the userChrome.css file.
This only works if the menu bar is visible in normal mode (View > Toolbars / Firefox > Options)

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

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

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

/* full screen setting */
#toolbar-menubar[moz-collapsed="true"] { visibility:visible!important; }
more options

I like fullscreen mode because it disables the windows taskbar so if there is way to do that in normal mode with userchrome.css that would also work for me