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

搜索 | 用户支持

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

详细了解

why doesn't my browser look like the one shown on the website for Firefox 4?

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

more options

On the home page for the new Firefox 4 the browser shown does not look anything like the browser I get when I log on to FF. Why is that? It is different from the previous update, Firefox 3 etc. but nothing at all like the one shown that says my browser should now look like that.

On the home page for the new Firefox 4 the browser shown does not look anything like the browser I get when I log on to FF. Why is that? It is different from the previous update, Firefox 3 etc. but nothing at all like the one shown that says my browser should now look like that.

所有回复 (5)

more options

If you visit the page on a Windows machine,the screenshot is of FF 4 on Windows 7, with Aero Glass, even if you're on XP, for example.

more options

Right click a blank part of the tab bar and click "Menu Bar" to remove it. You should now be able to see the orange Firefox button on the left. See screenshot for both versions.

If you want to move tabs to below the location bar like you see in the screenshot, click "Tabs On Top" in the same menu.

If that's not what you mean, please upload a screenshot to illustrate what you're getting at.

See also: https://support.mozilla.com/en-US/home

由Xircal于修改

more options

If you are talking about the Firefox button, it'll only be shown as default in Windows 7 and Vista. If you want the button instead of the full menu bar, you can go to: View > Toolbars and UNCHECK the Menu Bar.

And if you want the Tab Strip on the top instead of the bottom, go to: View > Toolbars and CHECK "Top Position".

more options

Thank you for the information. I now have the orange Firefox button and the star button for bookmarks on my screen. I don't have anything for add-on manager but that's OK. I prefer having the menu bar but would like to keep the icon for bookmarks but it goes away when I put the menu bar back on. Guess it has to be one way or the other.

more options

I use this code in userChrome.css to make that button visible and place the button at the left end of the tab bar.

Add code to userChrome.css below the @namespace line.


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

/* remove button text and always display */
#bookmarks-menu-button .toolbarbutton-text {display:none!important}
#bookmarks-menu-button-container {display:-moz-box!important}