Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 1 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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; }