针对 IE6 IE7 时处理伪元素 ::before 和 ::after

发布于 2024-12-20 16:51:23 字数 50 浏览 1 评论 0原文

任何 CSS3 专家都可以告诉我使用 IE6 和 IE7 处理前后伪元素的最佳策略吗?

Can any CSS3 experts tell me the best strategy for handling the before and after pseudo elements with IE6 and IE7?

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

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

发布评论

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

评论(2

久夏青 2024-12-27 16:51:23

如果你使用 jQuery,这是一个简单的单行代码。只需使用 prepend() 并在 .before 类中注入一个跨度(为了简化更改 CSS)。我为你制作了一把小提琴

If you use jQuery it is a simple one-liner. Just use prepend() and inject a span with a class .before (for the simplicity of changing the CSS). I've made a fiddle for you.

枉心 2024-12-27 16:51:23

我为旧 IE 编写了一个小脚本,用于在 DOM 中添加特殊元素。 (通过 IE 条件注释。)其余常见浏览器通过纯 CSS 实现此目的。缺点是我必须写两次代码。好处是,我在一处只有 IE 代码。

I write a small script for old IE to add special elements in DOM. (Via IE conditional comments.) The rest of common browsers get this by pure CSS. The downside is I have to write the code twice. The upside, I have IE only code in one place.

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