Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

I want the tabs in the title bar on FF6.

  • 4 replies
  • 6 have this problem
  • 1 view
  • Last reply by cor-el

more options

In FF 4, 5, and 6, until today, the tabs were in the title bar where I want them to be. Now they are below the title bar. How do I get them back into the title bar? In about:config, browser.tabs.drawInTitlebar; true.

In FF 4, 5, and 6, until today, the tabs were in the title bar where I want them to be. Now they are below the title bar. How do I get them back into the title bar? In about:config, browser.tabs.drawInTitlebar; true.

Chosen solution

The tabs are only in the title bar if the window is maximized (Alt+Space or the button on the title bar).

Read this answer in context 👍 1

All Replies (4)

more options

Chosen Solution

The tabs are only in the title bar if the window is maximized (Alt+Space or the button on the title bar).

more options

Thank you. You're right. The window looked as if it were maximized, but it wasn't.

more options

Can we get the tabs into the title bar in FF6 when the window is NOT maximized?

more options

You would need an extension or code in userChrome.css to accomplish that.

Try:


#main-window[tabsontop="true"][sizemode="normal"] #TabsToolbar {
margin-left: 95px !important;margin-right: 110px !important; background: transparent !important;}
#main-window[tabsontop="true"][sizemode="normal"] #toolbar-menubar {
margin-left: 98px !important;margin-top: -30px !important; }
#main-window[tabsontop="true"][sizemode="normal"] #appmenu-button-container {
position: relative !important;z-index: 2 !important;}

Modified by cor-el