搜索 | 用户支持

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

详细了解

In FF 29.0, how to move the address bar on the top of the tabs bar?

  • 5 个回答
  • 83 人有此问题
  • 11 次查看
  • 最后回复者为 cor-el

more options

It is OK in Firefox 28 and lower to set browser.tabs.onTop=false to move the address bar on the top of the tabs bar. But in Firefox 29, I can not find the browser.tabs.onTop who can tell me how to move the address bar to the top of the tabs bar?

It is OK in Firefox 28 and lower to set browser.tabs.onTop=false to move the address bar on the top of the tabs bar. But in Firefox 29, I can not find the browser.tabs.onTop who can tell me how to move the address bar to the top of the tabs bar?

被采纳的解决方案

所有回复 (5)

more options

选择的解决方案

more options

The current Firefox beta release has the Australis interface that looks different than the user interface in the Firefox 28 and lower releases.
The browser.tabs.onTop pref pref no longer is supported in Firefox 29

You can look at the Classic Theme Restorer extension to restore some lost functionality including tabs on top.

See also:

more options

The "Chosen Solution" does NOT answer the question at all.

The "Chosen Solution" is just a general pointer at what is already painfully obvious to anyone who can click a button.

How about a real answer to a real question??? Can the address bar be moved? Or are we stuck with further loss of screen space thanks to the idiots who like to f everything up for us????

more options
more options

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}

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:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • 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 this folder (the names are case sensitive). * Paste the code in the userChrome.css file in the editor window and 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.