Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

In FF10 full screen, when I toggle the hidden toolbars, my bookmarks toolbar no longer shows up, even though it ticked in the options box. How do I enable it again?

  • 2 odpovede
  • 1 má tento problém
  • 9 zobrazení
  • Posledná odpoveď od cor-el

more options

I have tried right clicking on the drop down navigation toolbar and clicking unhide toolbars, but all that does is force the navigation and tab bars to remain unhidden (which is not really what I wanted), and does not appear to fix the fact that the bookmarks toolbar is still not visible. I have checked in the options menu and it is definitely ticked to be visible at the same time as the navigation and tabs toolbars.

I have tried right clicking on the drop down navigation toolbar and clicking unhide toolbars, but all that does is force the navigation and tab bars to remain unhidden (which is not really what I wanted), and does not appear to fix the fact that the bookmarks toolbar is still not visible. I have checked in the options menu and it is definitely ticked to be visible at the same time as the navigation and tabs toolbars.

Všetky odpovede (2)

more options

Firefox has never had a feature which allows the Bookmarks Toolbar to remain visible in Full Screen mode or to appear with the Navigation Bar when the cursor is moved to the top of the screen.

The Autohide add-on does have both those features. Any chance you have Autohide installed and it is now disabled?
http://www.krickelkrackel.de/autohide/

It does work in Firefox 10.0, I use it myself. See if you can enable it, if you have it installed.

more options

Add code to userChrome.css 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 */

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