ابحث في الدعم

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

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

  • 2 (ردّان اثنان)
  • 7 have this problem
  • 1 view
  • آخر ردّ كتبه 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

الحل المُختار

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

Read this answer in context 👍 0

All Replies (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

الحل المُختار

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