본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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}