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

Ce sujet de discussion a été fermé et archivé. Veuillez poser une nouvelle question si vous avez besoin d’aide.

How to get tabs under adressbar, if setting "browser.tabs.onTop" to "false" does not work?

  • 21 réponses
  • 15 ont ce problème
  • 30 vues
  • Dernière réponse par Madasan

more options

I know that firefox once put the tabs on top, but I had that fixed with setting in "about:config" the value for "browser.tabs.onTop" to "false". Now, after upgrading Firefox to v.29 this entry is still set to the false value, however, I can't get the tabs below the adressbar (which is super annoying). Any ideas how to resolve this?

I know that firefox once put the tabs on top, but I had that fixed with setting in "about:config" the value for "browser.tabs.onTop" to "false". Now, after upgrading Firefox to v.29 this entry is still set to the false value, however, I can't get the tabs below the adressbar (which is super annoying). Any ideas how to resolve this?

Solution choisie

Note that you can also do this easily with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default 1 to show them in DOM order).

Add code to the userChrome.css file below the default @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#TabsToolbar {
	-moz-box-ordinal-group: 10000 !important;
}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (1)

more options

Hi henryfm,

I'm sorry that you are unhappy with the new Firefox design. People helping here are volunteers and they are doing the best they can to help out Firefox users so please don't take it out on them :) If you feel strongly about the new changes I would suggest you to provide feedback on https://input.mozilla.org/feedback for the people who decided on the changes to actually see it.

Please keep in mind that Firefox is a work in progress and your feedback is very valuable for us to understand what can be done better!

  1. 1
  2. 2