Mozilla 도움말 검색

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

Learn More

Anyway to leave Bookmarks bar toggled "ON" when in F11 auto fullscreen mode?

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

more options

When you turn on auto fullscreen mode "F11" it automatically toggles "hide toolbars". I cant find a way to leave bookmarks bar enabled with auto fullscreen mode. I know you can use "Ctrl i" to toggle a side bookmarks bar but I would much prefer to have the bookmarks bar shown under search bar when you mouse hover the top of the screen. Any help appreciated.

When you turn on auto fullscreen mode "F11" it automatically toggles "hide toolbars". I cant find a way to leave bookmarks bar enabled with auto fullscreen mode. I know you can use "Ctrl i" to toggle a side bookmarks bar but I would much prefer to have the bookmarks bar shown under search bar when you mouse hover the top of the screen. Any help appreciated.

모든 댓글 (8)

more options

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


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

#navigator-toolbox[inFullscreen] #PersonalToolbar {
 max-height:none!important;
 visibility:visible!important;
}
more options

Thanks for the reply..

Maybe im doing something wrong? I created userChrome.css file and placed in the active profile folder. bookmarks bar still hidden when in auto fullscreen mode...  Hide toolbars option still checked if I uncheck, auto fullscreen mode disabled.
more options

Hello, the first line is not complete, the parts that I highlight in "bold" are missing @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

글쓴이 GerardoPcp04 수정일시

more options

You are also missing the !important flags that are required to override existing rules.

You need to use Copy and Paste to ensure you get the correct code.

more options

Thanks I think I have the code installed correctly now but when I toggle F11 , it goes into fullscreen mode but bookmarks bar is still hidden and now the auto fullscreen feature mouse hover is disabled.. Im trying to keep the auto fullscreen mouse hover feature and prevent the bookmarks/favorites bar from becoming hidden when F11 is toggled on.. Thanks again

more options

With the code I posted the Bookmarks Toolbar is included in the toolbars that show if you hover the mouse to the Bookmarks Toolbar all the time then you can only do this via the right-click context menu (remove checkmark on "Hide Toolbars").

more options

with the code installed...enabling F11 immediately hides bookmarks bar and goes into auto fullscreen mode with hover working...removing the "hide toolbars" checkmark immediately toggles F11 off and bookmarks bar remains hidden with no way to bring it back unless you toggle F11 off then bookmarks bar comes back... Can u screenshot on your end... Im not seeing bookmarks bar when I hover

글쓴이 temptek 수정일시

more options

Do you have the code in userChrome.css exactly as I posted above and is the userChrome.css file located in the chrome folder in the profile folder?

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.