搜索 | 用户支持

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

详细了解

What happened to browser.tabs.ontop setting

  • 3 个回答
  • 4 人有此问题
  • 37 次查看
  • 最后回复者为 Questor

more options

I would like to place the address bar above the tabs. Is this still possible?

I would like to place the address bar above the tabs. Is this still possible?

被采纳的解决方案

Try use the Classic Theme Restorer, from version 29 isn't put the address bar above the tabs bar, but with Classic Theme Restorer add-on you can!

定位到答案原位置 👍 1

所有回复 (3)

more options

选择的解决方案

Try use the Classic Theme Restorer, from version 29 isn't put the address bar above the tabs bar, but with Classic Theme Restorer add-on you can!

more options

You can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css because 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).

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 */

#TabsToolbar{ -moz-box-ordinal-group: 10000 !important; margin-top: -1px !important; }


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

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

由cor-el于修改

more options

Sorry, userChrome.css doesn't seem to work in version 35.0.1