Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

how to move the address bar above the tabs

more options

HI,

The update to 44 appears to have prevented the Tabs On Bottom extension doing what it does so now my address bar is below my tabs and I would like it above, where it has been for many years.

As you can see below, the address bar is now at the bottom rather than above the tabs as it was before this update.

Any ideas anybody?

HI, The update to 44 appears to have prevented the Tabs On Bottom extension doing what it does so now my address bar is below my tabs and I would like it above, where it has been for many years. As you can see below, the address bar is now at the bottom rather than above the tabs as it was before this update. Any ideas anybody?
附加的畫面擷圖

所有回覆 (10)

more options

Please try the Classic Theme Restorer ClassicThemeRestorer extension. It works for me on FF44.

more options

Thanks for the suggestion, Pedra.

This add on has a whole lot of options, far too many for me to get my head around in fact, so I will try this if no other simpler fixes are available.

more options

Note that you can also do this with code in userChrome.css. I use the below posted code to achieve this.

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.

more options

Hi cor-el,

Thanks for this option but if I could do code I wouldn't have needed the Tabs On Bottom add on in the first place, so unfortunately your suggestion is not viable for me.

more options

I suppose it is too much to hope that, as it is Firefox that has caused this problem, yet another update will fix it?

more options

Is this what your looking for? See Attached screenshots.

more options

Hi DavidSorge,

No, what I am looking for is that the address bar is above the tabs, not below them.

So I would then have the Menu Bar and underneath that the Address Bar which includes the search box.

If you refer to my screenshot in the original post you can see what has happened since the update to 44 earlier this week.

Going a step further, ideally I'd like to have the Menu Bar include the address and search boxes as well so there was just the one bar but I've never been able to achieve that.

more options

You can find this feature in the CTR Options/Preferences.

  • CTR Options > Tabs (1)
more options
more options

ChristopherRose said

I suppose it is too much to hope that, as it is Firefox that has caused this problem, yet another update will fix it?

Yes that is too much. Firefox got rid of the option for "Tabs on Bottom" when Firefox 29 came out. And before that, Firefox 4.0 was the first version with the Tabs on Top feature and the user needed to disable a pref for returning to "Tabs on Bottom"; and the 'die was set' to eliminate the "Tabs on Bottom" in a future version, which happened to be when Australis came out in Firefox 29. After that an extension was needed or "code" like what cor-el posted in his first response in this thread.