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

When using webtools inspector, what does a yellow triangle next to a css setting mean?

  • 1 trả lời
  • 2 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

I design webpages for a local charity. I'm trying to get a css setting of "height:650px" to work. The setting is in a div in a page. When I use the inspector to look at this element, a green bar displays on the left, the "height:650px" is crossed out and a yellow triangle with what might be an exclamation mark displays on the right. Obviously the browser is ignoring my height specification but does not specify which part of the css environment IS deciding what height to use.

I must say that Firebug used to enable fairly rapid debugging of these problems. I'm a bit disappointed that you (who ever made the decision) decided to drop Firebug support. J

I design webpages for a local charity. I'm trying to get a css setting of "height:650px" to work. The setting is in a div in a page. When I use the inspector to look at this element, a green bar displays on the left, the "height:650px" is crossed out and a yellow triangle with what might be an exclamation mark displays on the right. Obviously the browser is ignoring my height specification but does not specify which part of the css environment IS deciding what height to use. I must say that Firebug used to enable fairly rapid debugging of these problems. I'm a bit disappointed that you (who ever made the decision) decided to drop Firebug support. J

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

Note that you can hover the exclamation mark to see additional information in a tooltip. It is possible that the height property isn't allowed for this element. You can search the MDN website for this element to see what properties are allowed.

Firebug is a legacy (XUL based) extension and thus will stop working in Firefox 57+. A lot of work has been done to add some Firebug features to the Firefox developer tools and this is still not finished.

Đọ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

Note that you can hover the exclamation mark to see additional information in a tooltip. It is possible that the height property isn't allowed for this element. You can search the MDN website for this element to see what properties are allowed.

Firebug is a legacy (XUL based) extension and thus will stop working in Firefox 57+. A lot of work has been done to add some Firebug features to the Firefox developer tools and this is still not finished.