Mozilla 도움말 검색

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

자세히 살펴보기

Is there a way to get the bookmarks toolbar to display when switching to full screen on a Mac?

  • 1 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

When switching to full screen mode in Firefox 9 the bookmarks toolbar goes away. I can't find any view setting to keep it displayed. Is there a way?

When switching to full screen mode in Firefox 9 the bookmarks toolbar goes away. I can't find any view setting to keep it displayed. Is there a way?

모든 댓글 (1)

more options

Maybe use the Bookmarks sidebar instead (Command+B).

You can also add code to userChrome.css below the default @namespace line to display the Bookmarks Toolbar when you hover to the top of the window to unhide the toolbars and tab bar.
I don't know if that works on a Mac.

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 */

#PersonalToolbar[moz-collapsed="true"] { visibility:visible!important; }