当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、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 can I move the tabs to below the bookmarks toolbar?

  • 4 件の返信
  • 3 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

Running Windows 7 HP 64 bit. Just updated FF to 44.0 and the tabs are now located above the URL bar. How can I move them to below the bookmarks toolbar where they were in the previous FF version?

Running Windows 7 HP 64 bit. Just updated FF to 44.0 and the tabs are now located above the URL bar. How can I move them to below the bookmarks toolbar where they were in the previous FF version?

選ばれた解決策

How soon we forget! You're right, I was using the Tabs on Bottom extension. About:addons showed it was still enabled but it wasn't working. I installed the Tabs on Bottom (Australis) extension and that works!

Thanks for your quick response!

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

すべての返信 (4)

more options

That hasn't been an option in Firefox since the Firefox 29 version was released!

I suspect that you were using an add-on that 'restored' the old 'tabs on bottom' feature; and now that add-on is disabled. Check your Add-ons Manager > Extensions tab to see if you have a "not verified" message.

more options

選ばれた解決策

How soon we forget! You're right, I was using the Tabs on Bottom extension. About:addons showed it was still enabled but it wasn't working. I installed the Tabs on Bottom (Australis) extension and that works!

Thanks for your quick response!

more options

Great, just great, someone tells us what works but doesn't give us the HOW or WHERE to get this autralis thing!!!!!!

Does anyone know where to find it??????????????????????????

more options

Note that you can also achieve this without using an extension with code in userChrome.css.

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


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

/* tabs on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}

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

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the current Firefox profile folder: