Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I move tab bar to just above window?

  • 2 个回答
  • 20 人有此问题
  • 5 次查看
  • 最后回复者为 The_Dyce

more options

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

被采纳的解决方案

You can use any of the following add-ons.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

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

定位到答案原位置 👍 5

所有回复 (2)

more options

选择的解决方案

You can use any of the following add-ons.

If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* The above line should appear only once in the file */

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

more options

Thank you. I'll have a look at these later when I've time.