Mozilla 도움말 검색

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

Learn More

My Bookmark toolbar won't stay where I put it...below the Navigation tool bar. Why?

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

more options

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

Using Customize I set up my toolbars in the following order: Menu bar, Navigation bar, and Bookmark bar....but it won't stay that way for long. After several searches or certainly when I reboot, the order always reverts to Menu, Bookmark and Navigation. How can I keep it from changing after I've set it up? [I'm using 32 bit Windows].

모든 댓글 (2)

more options

https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save

Note: Some software, like Advanced SystemCare with Surfing Protection, can protect files in the Firefox profile folder against changes. If you have such software then check the settings or uninstall this software.


You may have a corrupt xulstore.json file. https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved

more options

Do you use code in userChrome.css to set the Tab bar on bottom or do you otherwise use an extension to reorder toolbars?

You can look at the userChrome.css solution I posted in this thread to move the tabs to the lower position just above the browsing area without using an extension.

  • [/questions/1049464] Bookmarks toolbar POSITION resets to the very top after closing firefox
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group:10; }
#TabsToolbar {-moz-box-ordinal-group:1000!important;}