Well, since the newest Update are the Tabs in Firefox above the adress bar. How can I get them down?!
How the Question says, the Tabs are above the adress bar and this looks...I cant find the right word for this. So, how can I change this? Or do I have to undo the Update?
All Replies (3)
Don't downgrade. It would expose your system to security vulnerabilities.
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 }
Thx Pal!