为什么 IE 和 Firefox 之间的“空白”不一致?

发布于 2024-11-29 04:20:26 字数 431 浏览 1 评论 0原文

我有 11-12.SL.1 Some long text 其中 text 应用了以下样式:

clear: left;
display: inline;
white-space: nowrap;
word-wrap: normal;

但是 IE ,不考虑 white-space 参数。 This is in IE

与 Firefox 相比,Firefox 正确地尊重了它。 This in FF

如何让 IE 尊重它?

I have <span class="text">11-12.SL.1 Some long text</span> where text has the following styles applied:

clear: left;
display: inline;
white-space: nowrap;
word-wrap: normal;

IE however, doesn't respect the white-space parameter.
This is in IE

vs Firefox, which respects it properly.
This in FF

How can I get IE to respect it?

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

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

发布评论

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

评论(1

゛时过境迁 2024-12-06 04:20:26

结果我需要将空白传播给父母=)

Turns out I needed to propagate the white-space up to the parents =)

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