How do I put the tab-bar back on bottom in Firefox 29?
Why does the about:config browser.tabs.onTop. set to false no longer work. This is not acceptibale unless I am doing something wrong and it worked in past version. Please respond
Giải pháp được chọn
You can also move the Tab bar to the lower position with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
- [/questions/997353] How can I put the Tabs back below the navigation bar?
Tất cả các câu trả lời (2)
Hello SnowdogJJJ, you can use the next add-on for that :
https://addons.mozilla.org/en-US/firefox/addon/tabs-on-bottom/?src=ss
thank you
Giải pháp được chọn
You can also move the Tab bar to the lower position with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
- [/questions/997353] How can I put the Tabs back below the navigation bar?