საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Keep Orange Firefox Menu Button in Fullscreen

  • 2 პასუხი
  • 3 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 3 ნახვა
  • ბოლოს გამოეხმაურა Tobanu

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)

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; }

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