Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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 respostas
  • 1 tem este problema
  • 9 visualizações
  • Última resposta de 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.

Todas as respostas (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; }