Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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 antwoorden
  • 1 heeft dit probleem
  • 9 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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; }