Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 2 réponses
  • 1 a ce problème
  • 12 vues
  • Dernière réponse par 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].

Toutes les réponses (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;}