搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

I want the tabs in the title bar on FF6.

  • 4 个回答
  • 6 人有此问题
  • 5 次查看
  • 最后回复者为 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.

被采纳的解决方案

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

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

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;}

由cor-el于修改