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!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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;}