tabs underneath bookmark bar Fx29
hello: i upgraded to Fx29, and i cannot work how to get my tabs back to underneath my bookmark bar as i had it before.
if you can help me, that would be fantastic! thankyou
Chosen solution
You can use any of the following add-ons.
- https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/fdgueux-tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/classicthemerestorer/
If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }
Read this answer in context 👍 1
All Replies (1)
Chosen Solution
You can use any of the following add-ons.
- https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/fdgueux-tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/classicthemerestorer/
If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }