Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

My Bookmark toolbar won't stay where I put it...below the Navigation tool bar. Why?

  • 2 ответа
  • 1 имеет эту проблему
  • 12 просмотров
  • Последний ответ от cor-el

more options

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

Все ответы (2)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.


You may have a corrupt xulstore.json file. https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved

more options

Do you use code in userChrome.css to set the Tab bar on bottom or do you otherwise use an extension to reorder toolbars?

You can look at the userChrome.css solution I posted in this thread to move the tabs to the lower position just above the browsing area without using an extension.

  • [/questions/1049464] Bookmarks toolbar POSITION resets to the very top after closing firefox
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group:10; }
#TabsToolbar {-moz-box-ordinal-group:1000!important;}