Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to make bookmarks toolbar visible in fullscreen mode?

  • 4 การตอบกลับ
  • 2 คนมีปัญหานี้
  • 6 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย babakbazaz

more options

I usually use the full screen mode for web browsing, but the bookmarks toolbar (which I really need for browsing) disappears in the full screen mode. how could I make it visible?

I usually use the full screen mode for web browsing, but the bookmarks toolbar (which I really need for browsing) disappears in the full screen mode. how could I make it visible?

การตอบกลับทั้งหมด (4)

more options

Don't know if this works on a Mac.

Add code to the userChrome.css file 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.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

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

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

I have OS X 10.8 (Mountain Lion) and Firefox 14.0.1 Your solution worked a treat. Thankyou

more options

Thank you cor-el, it helped