Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Keep Orange Firefox Menu Button in Fullscreen

  • 2 trả lời
  • 3 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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