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!

搜索 | 用户支持

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

Learn More

how do you get rid of tab scrolling?

  • 1 个回答
  • 15 人有此问题
  • 10 次查看
  • 最后回复者为 cor-el

more options

When opening many many tabs, it starts to scroll tabs. How do you make it so that the tabs get smaller and smaller but all fit on one page?

When opening many many tabs, it starts to scroll tabs. How do you make it so that the tabs get smaller and smaller but all fit on one page?

所有回复 (1)

more options

The prefs browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth are no longer supported in Firefox 4.
You now need to use code in userChrome.css

  • Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS

由cor-el于修改