Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜索 | 用户支持

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

详细了解

Put the Tabs back on bottom

  • 12 个回答
  • 26 人有此问题
  • 1 次查看
  • 最后回复者为 RichZas

more options

The new FF57 puts back (again) the tabs on top. As pointed out by many users, this is a non-sense. Why would users have to struggle to put this back on? What is userchrome and why do we have to install chrome things to modify FF in the first place? I don't want ANYTHING related to chrome or google on my rig.

I just don't get it, Mozilla has tried many times previously to force users to have tabs on top, this could however be circumvented by a simple module installation. Please put this back or I'll definitely stop using FF. Updates are supposed to make a software easier to use, better design, less bugs. With Mozilla, it is exactly the opposite, why???

Please don't come up with this userchrome non-sense, I don't have time to struggle with this, until there is a module that can make things as they were, I'm out.

The new FF57 puts back (again) the tabs on top. As pointed out by many users, this is a non-sense. Why would users have to struggle to put this back on? What is userchrome and why do we have to install chrome things to modify FF in the first place? I don't want ANYTHING related to chrome or google on my rig. I just don't get it, Mozilla has tried many times previously to force users to have tabs on top, this could however be circumvented by a simple module installation. Please put this back or I'll definitely stop using FF. Updates are supposed to make a software easier to use, better design, less bugs. With Mozilla, it is exactly the opposite, why??? Please don't come up with this userchrome non-sense, I don't have time to struggle with this, until there is a module that can make things as they were, I'm out.

所有回复 (12)

more options

Hello, here is a guide for creating userChrome.css files: https://www.userchrome.org/how-create-userchrome-css.html

Here is the code you need to put into it, to get tabs on the bottom

TabsToolbar { -moz-box-ordinal-group: 2;

}

nav-bar{ border-top-width: 0px !important;

}

more options

"Please don't come up with this userchrome non-sense, I don't have time to struggle with this, until there is a module that can make things as they were, I'm out. "

more options

This is the only way you can achieve this currently, sorry.

more options

please someone make it easier to get the tabs back on the bottom!

more options

I get lost in the directions.

more options

I agree with alexhatesFF (although I don't hate FF), that many people want to customize easily, especially putting TABS ON BOTTOM. I am one of them. Can't this be a simple preference?

more options

Ok I finely got the time to follow the instructions :

Hello, here is a guide for creating userChrome.css files: https://www.userchrome.org/how-create-userchrome-css.html

Here is the code you need to put into it, to get tabs on the bottom

TabsToolbar { -moz-box-ordinal-group: 2;

}

nav-bar{ border-top-width: 0px !important;

}

I followed them to the letter. This did not work. Is there another way to get the tabs back on the bottom?
more options

Thanks to all that I've removed FF (after using it daily for 19 years) and I am now using SeaMonkey, it works exactly the same, but everything can be customized my way. Farewell FF

more options

Until Firefox gives me my tabs on bottom option back I will stay happy using Pale moon- and I recommend others who are unhappy with #57 to switch -maybe if enough people do the switch Firefox will fix their mindsets to allow us to configure it to our liking.

由charleswatts于修改

more options

Hi sddrlj, sorry I didn't see your post until today.

You can download a file containing a more complete set of rules for the tab bar, move it into your chrome folder, and then rename the file to userChrome.css (initially it has extra text to avoid accidentally replacing a file if you have one already).

See: https://www.userchrome.org/what-is-userchrome-css.html#movetabbar

more options

to:alexhatesFF I have been using Pale Moon (64bit) for about six years now give it a try it's better that Firefox and infinitely customizable including tabs on bottom.

由charleswatts于修改

more options

Thanks, jscher2000. I found a folder named Application Support by plugging ~/Library/Application Support/ into Spotlight (Mac OS X). In that folder I found a folder named "Firefox" & within that folder is one named Chrome. I have already forgotten how a downloaded a file to paste into the Chrome folder :(, but it included text about tabs on bottom, and when I renamed that file "userChrome.css" as you suggested, my tabs migrated to the bottom. Thanks.