IE8 中是否关闭对齐?

发布于 2024-09-27 15:52:03 字数 259 浏览 2 评论 0原文

我们有三个锚标签。当所有内容都在一行上时,它们在 IE8 中正确显示:

alt text

但是当您将锚标记分隔到单独的行上以获得更好的代码时可读性它们没有正确显示(有一个随机的额外“e”字符并且对齐关闭):

alt text

任何想法?

We have three anchor tags. When all on one line they display correctly in IE8:

alt text

But when you separate the anchor tags onto separate lines for better code readability they do NOT appear correctly (there is a random extra "e" character and the alignment is off):

alt text

Any ideas?

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

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

发布评论

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

评论(1

酒儿 2024-10-04 15:52:03

看起来像“重复字符错误”,这通常是由代码中的空格或注释引起的。自从我看到这个以来已经很久了,我认为它已经在 ie7 中解决了。显然不是。

认为唯一的解决方法是删除空白或注释。

Looks like the 'dulplicate characters bug', this is usually caused by white space or comments in your code. Long time since ive seen this, thought it was ironed out in ie7. Obviously not.

Think the only fix was to remove the white space or comments.

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