Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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 risposte
  • 1 ha questo problema
  • 9 visualizzazioni
  • Ultima risposta di 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.

Tutte le risposte (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; }