为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

What happend to second "Open new tab" button in 4.0?

  • 6 个回答
  • 34 人有此问题
  • 7 次查看
  • 最后回复者为 cor-el

more options

In firefox 3.x there was one button next to the last tab, and one additional on the navigation tab. Now there is only one "New tab" button. Can I get it back to have both?

In firefox 3.x there was one button next to the last tab, and one additional on the navigation tab. Now there is only one "New tab" button. Can I get it back to have both?

被采纳的解决方案

You can drag the New Tab button from the Tab bar on another toolbar and use this code in userChrome.css to make both New Tab buttons visible. Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* show New Tab button on toolbar */
#new-tab-button { visibility: visible !important; }

/* show New Tab button on tab bar */
.tabs-newtab-button { visibility: visible !important; }

See also:

定位到答案原位置 👍 3

所有回复 (6)

more options

选择的解决方案

You can drag the New Tab button from the Tab bar on another toolbar and use this code in userChrome.css to make both New Tab buttons visible. Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* show New Tab button on toolbar */
#new-tab-button { visibility: visible !important; }

/* show New Tab button on tab bar */
.tabs-newtab-button { visibility: visible !important; }

See also:

more options

I'm having this same problem, and I'm also having problems getting cor-el's response to work. I originally was able to get the "new tab" button to drag to a new toolbar, but now it's disappeared again (and when I try that nifty trick again, there's no "new tab" button ANYwhere on the screen for me to drag around :-P). And I can't quite figure out where/how I'm supposed to add the code...? Help?

more options

If you do not see any new tab buttons in the customize window then you may have a problem with the file localstore.rdf in the Firefox Profile Folder
You can try to click the "Restore Default Set" button in the View > Toolbars > Customize window to see if that helps.


See also:

more options

'Found It ...and moved it where I like it! Right click an empty space on your menu bar... > 'customize' > then (I hope) on the far right of my tabs a small '+' sign shows up... drag it to where you want it and drop (in my case to the left of the address bar), and leave it. It looks like a grey camera shape with a '+' sign in the middle.

more options

I tried lepiane's fix, but it moves it to the far right of the browser no matter which bar it is on. Not much different than having it in the same place on the address bar. It's a big mouse move if there aren't many tabs opened. I liked it right next to last tab. Tabs are why I started loving Firefox and not Safari. Then Safari added tabs, but not the new tab button next to the last tab, so I still preferred Firefox. Now it's the same, same. Guess I'll have to get used to using my keyboard to open a new tab, unless there is a fix.

more options

You should be able to move that New Tab button to any position on a toolbar if it is not the tab bar.

If that doesn't work then try: