在 Firebug 中查看 CSS 伪元素

发布于 2024-12-20 06:54:24 字数 270 浏览 1 评论 0原文

是否有任何解决方法可以查看 CSS 伪元素,例如 :after:before 等(称为 CSS3 生成并替换内容模块)在 Firebug 中?

现在,当我选择一个元素时,我只能看到应用于它的静态 CSS。我没有看到使用 :after:before 伪元素对其应用样式。

Is there any workaround to see CSS pseudo-elements like :after, :before, etc. (which are known as CSS3 Generated and Replaced Content Module) in Firebug?

Right now, when I select an element, I only see static CSS applied to it. I don't see styles applied to it using :after and :before pseudo-elements.

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

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

发布评论

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

评论(2

计㈡愣 2024-12-27 06:54:24

您可以使用webkit(chrome)的开发者工具来查看和修改伪元素的样式,虽然您无法通过HTML检查它们,但您可以选择生成伪元素的受影响元素,您将看到相关的CSS 。

You can use webkit's (chrome) developer's tool to view and modify pseudo-element's style, while you won't be able to inspect them via HTML, you can select the affected elements which generates the pseudo-element and you will see the relevant CSS.

み零 2024-12-27 06:54:24

直接点击父级 TAGNAME 查看其 ::after ::before 类:

在此处输入图像描述

click directly onto parent TAGNAME to see its ::after ::before classes:

enter image description here

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