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".

Learn More

Hide Navigation Toolbar in userChrome.css

  • 1 trả lời
  • 1 gặp vấn đề này
  • 197 lượt xem
  • Trả lời mới nhất được viết bởi Jamie Kitson

more options

I am having problems hiding the Navigation Toolbar in userChrome.css.

I am trying to achieve the same as the menu clicks View -> Toolbars -> [uncheck] Navigation Toolbar.

If I add #navigator-toolbox { display: none } to userChrome.css then everything disappears, including the tabs and menu. If I use the following then there remains a blank bar, about half the size of the tab bar.

#searchbar, #urlbar, .toolbarbutton-1, .toolbarbutton-menubutton-button { display: none }

I am having problems hiding the Navigation Toolbar in userChrome.css. I am trying to achieve the same as the menu clicks View -> Toolbars -> [uncheck] Navigation Toolbar. If I add <code>#navigator-toolbox { display: none }</code> to userChrome.css then everything disappears, including the tabs and menu. If I use the following then there remains a blank bar, about half the size of the tab bar. <code><pre> #searchbar, #urlbar, .toolbarbutton-1, .toolbarbutton-menubutton-button { display: none } </code></pre>

Được chỉnh sửa bởi Jamie Kitson vào

Giải pháp được chọn

It's called nav-bar

#nav-bar { display: none }

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

It's called nav-bar

#nav-bar { display: none }