Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Bookmarks toolbar POSITION resets to the very top after closing firefox

  • 5 replies
  • 7 have this problem
  • 26 views
  • Last reply by 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.

All Replies (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!