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

Mozilla 도움말 검색

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

자세히 살펴보기

In Firefox 9.01 and 10, I can't find any option to close a window.

  • 7 답장
  • 4 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

There used to be a 'Close Window' option within the File menu. In Firefox 9.01 and again in 10, both of which I recently installed, I don't find that option or any way to close an individual window.

There used to be a 'Close Window' option within the File menu. In Firefox 9.01 and again in 10, both of which I recently installed, I don't find that option or any way to close an individual window.

모든 댓글 (7)

more options

You should be able to click the "x" on the individual tab to close just one.

Hope this helps!

more options

My problem isn't that I can't close a tab (either by clicking the 'x' or by right-clicking on the tab and selecting Close Tab), it's that I can't find a way to close a window.

more options

If the window has removed the red "X" in the right corner, or has hidden the File Menu. Try pressing

  • CTRL+SHIFT+W closes a FF window
  • CTRL+W will close the active Tab.

As for 'Close Window' option within the File menu, it says "Exit"

If that doesn't help: Maybe screenshot the window, and post it here so that we might be able to see what you are referring to

글쓴이 iMarshmellow 수정일시

more options

Thank you, CTRL+SHIFT+W does the trick. (Clicking the red 'X' in the upper right corner or clicking File/Exit exits FF, closing all windows and tabs. My question was how to close an individual window without closing other windows/tabs. I see CTRL+SHIFT+W does that, though it still surprises me there's no way other than a keyboard shortcut to do that.)

more options

If a window is created by a website that intentionally hides/removes the Menu and Close button then its due to that website.

Please be sure to make your Question as "Solved"

more options

The problem isn't a particular website hiding or removing a Close Window option. In no window, including ones I create myself, do I find a Close Window menu right-click option. So far only thing that works is your CTRL+SHIFT+W option. For which I'm grateful, but again, I find it strange that the only option is a keyboard shortcut. But I will mark my question 'Solved.'

more options

Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).

You can see the difference if you use Alt+F to open the File menu or other menus like the Edit menu (Alt+E) and Bookmarks menu (Alt+B) and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.


Add code to userChrome.css 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 */

/* Always show menu entries with class="show-only-for-keyboard" */
#navigator-toolbox menuitem[class="show-only-for-keyboard"] { display:-moz-box!important; }