Firebug 在哪里报告 CSS 指定的背景图像加载失败?

发布于 2025-01-07 04:20:01 字数 282 浏览 0 评论 0原文

我一直在点击 Firebug 的界面,并且可以在“Net”选项卡下清楚地看到请求何时返回失败响应;但是,我确信 CSS 文件中的 url 不正确,并且此处未报告加载失败。我有很多开发人员在处理 CSS 文件,所以我不熟悉在任何特定时间加载的所有资源。我想知道是否有一种非常明显的方法来查看 CSS 指定的图像何时加载失败。

到目前为止,我最好的方法是单击 CSS 选项卡,选择每个 CSS,然后将鼠标指针滚动到背景图像选择器的 URL 上。翻转时,Firebug 将在翻转工具提示中报告图像加载失败。

有更好的办法吗?

I've been clicking through Firebug's interface and can clearly see under the "Net" tab when requests return fail responses; however, I'm certain that a url in a CSS file is incorrect and the failure to load isn't reported here. I've got a lot of developers working on CSS files, so I'm not familiar with all of the resources being loaded at any particular time. I wondered if there was a very apparent way to see when a CSS specified image failed to load.

The best approach I have so far is to click on the CSS tab, select each CSS, and then roll my mouse pointer over background-image selectors' urls. On the roll-over, Firebug will report in the roll-over tooltip that the image failed to load.

Is there a better way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

为你拒绝所有暧昧 2025-01-14 04:20:01

尝试 Firefox“实时 HTTP 标头”插件。它向您显示所有请求和响应的状态代码和标头(或根据需要匹配过滤器表达式的文件)。

Try the Firefox "Live HTTP Headers" addon. It shows you the status codes and headers of all requests and responses (or files matching a filter expression if desired).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文