Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

Viewing the UI element names in FF65? Inspector Gone?

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

more options

Which Developer Tool in FF65 can be used to inspect the names and CSS code for User Interface elements, such as TabsToolbar, PersonalToolbar, etc?

Last year, I was able to hover the mouse pointer over a UI object (a tab, the address bar, toolbar button, etc) and see the corresponding CSS names. Now, I'm unable to find the correct Inspector.

Please help.

Thanks!

Which Developer Tool in FF65 can be used to inspect the names and CSS code for User Interface elements, such as TabsToolbar, PersonalToolbar, etc? Last year, I was able to hover the mouse pointer over a UI object (a tab, the address bar, toolbar button, etc) and see the corresponding CSS names. Now, I'm unable to find the correct Inspector. Please help. Thanks!

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

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

The browser toolbox is the only way to inspect elements from the user interface. It doesn't show CSS rules or selectors directly, but you can use the "Pick an element..." button at the left end of the Inspector toolbar select a specific item and inspect this item in the Inspector.

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

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

more options
more options

Thank you philipp. So far I do not see the tool that shows the CSS structure of the browser. But still searching :)

more options

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

The browser toolbox is the only way to inspect elements from the user interface. It doesn't show CSS rules or selectors directly, but you can use the "Pick an element..." button at the left end of the Inspector toolbar select a specific item and inspect this item in the Inspector.

more options

Thank you cor-el. That appears to be what I need :)