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

搜索 | 用户支持

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

详细了解

after upgrade to ff14, how do i move "new tab" button from the left to the right?

  • 6 个回答
  • 8 人有此问题
  • 4 次查看
  • 最后回复者为 dsharrai

more options

after i upgraded to ff 14, i found that the "open new tab" button moved to the left of the tabs. how do i move the button back to the right of tabs? i've tried the customize, but it won't stay on the right when i hit done.

after i upgraded to ff 14, i found that the "open new tab" button moved to the left of the tabs. how do i move the button back to the right of tabs? i've tried the customize, but it won't stay on the right when i hit done.

所有回复 (6)

more options

Maybe try dumping it into the customize window first, then putting it on the right end.

more options

Do you mean at the far right end of the tab bar instead of immediately next to the last tab?

You need to drag that button at the far right, after the list all tabs button to make it stay there.

An alternative is to hide that "+" button next to the last tab and make the toolbar button appear. Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

.tabs-newtab-button { display:none!important; }
#new-tab-button { visibility:visible !important; }
more options

I am wondering how you would go about making it so that it is back at the end of the last tab like in FF13. Not really liking the plus symbol for it at the far end of the tab bar in FF14.

For now, I see that I can middle-click at the end of the last tab to open a new tab, but man, I had just previously spent almost half an hour just getting the physical layout back to the way I liked it and had it set-up in FF13 *sigh*.

more options

Try to click the "Restore Default Set" button in the Customize window if you can't move the New Tab button to its default position immediately to the right of the last tab.

You can also check for problems with the localstore.rdf file.

more options

Ah ha! Firstly, A huge, HUGE Thank You! to you cor-el! I just got done following your help and reading over the two links you posted, I am now aware of the localstore.rdf going forward from here when it comes to FF releases, which I didn't know about before so Thanks :)

Secondly, Aktionman I think if you look at cor-els links it might help you just as it did for me. I now have that tab back on the right side at the end of last tab which if I'm not mistaken is what you are asking?

If so, I would try doing what he says about "restoring default" then going from there.

more options

How to fix "Open a new tab" and move it from the far right of toolbar to just next to the last open tab.

Reading cor-el's post led me to:

  1. Right click to find and open "Customize"
  2. Drag the "Open a new tab" icon(looks like large +) into the "Customize Toolbar"
  3. Now drag it back making sure to re-set it to the left of the triangular drop down icon(looks like V but of course capped at the top).

Doing it this way you can get to your end result without having to "restore defaults". Hope this helps!

由dsharrai于修改