当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 2 件の返信
  • 7 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: 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).

この回答をすべて読む 👍 0

すべての返信 (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).