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 ».

En savoir plus

How do I put the tab-bar back on bottom in Firefox 29?

  • 2 réponses
  • 7 ont ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

Why does the about:config browser.tabs.onTop. set to false no longer work. This is not acceptibale unless I am doing something wrong and it worked in past version. Please respond

Why does the about:config browser.tabs.onTop. set to false no longer work. This is not acceptibale unless I am doing something wrong and it worked in past version. Please respond

Solution choisie

You can also move the Tab bar to the lower position 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 -moz-box-ordinal-group:1 to show them in DOM order).

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (2)

more options

Hello SnowdogJJJ, you can use the next add-on for that :

https://addons.mozilla.org/en-US/firefox/addon/tabs-on-bottom/?src=ss


thank you

more options

Solution choisie

You can also move the Tab bar to the lower position 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 -moz-box-ordinal-group:1 to show them in DOM order).