搜尋 Mozilla 技術支援網站

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

Learn More

Bookmarks toolbar POSITION resets to the very top after closing firefox

  • 5 回覆
  • 7 有這個問題
  • 22 次檢視
  • 最近回覆由 oranji

more options

Please refer to this image to understand what I mean:

http://imgur.com/WPSNkro


I want my bookmarks toolbar to STAY EXACTLY where I want it. But closing and reopening firefox changes its POSITION to the top.

Please help!

Thanks.

Please refer to this image to understand what I mean: http://imgur.com/WPSNkro I want my bookmarks toolbar to STAY EXACTLY where I want it. But closing and reopening firefox changes its POSITION to the top. Please help! Thanks.

所有回覆 (5)

more options

Are you using an extension to put the tabs on bottom or do you use code in userChrome.css?

I use code in userChrome.css to prevent such issues as I've experienced them as well.

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


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

#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

I am using the tabs on the bottom extension.

So should I remove the extension and add the code like you said? Or do I keep the extension and still add the code?

more options

There are two different "Tabs on Bottom" extensions listed at AMO. Which one? Does the other work better?

https://addons.mozilla.org/en-US/firefox/addon/fdgueux-tabs-on-bottom/

https://addons.mozilla.org/en-US/firefox/addon/tabs-on-bottom/ Support for this version: https://github.com/piroor/tabsonbottom/issues

more options

You can try to keep the extension and omit the #TabsToolbar line, but you do not need the extension because that part of the code already places the Tab bar at the bottom.

more options

I was having this problem too. Thanks to the edmeister's question, I tried the other tabs on bottom add-on, which is working fine (it hadn't occurred to me there might be another option).

The one that doesn't work is by Piro, and it is the second one listed in the edmeister's post. As of this writing, it has not been updated since summer of 2014, and stopped working with FF v.36.

The one that does work is called Tabs on Bottom (Australis). I lost the line between the tabs and my bookmark bar that Piro's add-on had, but otherwise, I am happy with the new one. The main thing is, it works!