หัวข้อนี้ถูกเก็บถาวรแล้ว
โปรดถามคำถามใหม่หากคุณต้องการความช่วยเหลือ
แก้ไขปัญหาแล้ว
เก็บถาวรแล้ว
How do I move tab bar to just above window?
My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.
My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.
การตอบกลับทั้งหมด (2)
วิธีแก้ปัญหาที่เลือก
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 }
Thank you. I'll have a look at these later when I've time.