Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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 відповіді
  • 1 має цю проблему
  • 9 переглядів
  • Остання відповідь від 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.

Усі відповіді (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; }