锚 IE8 中是否关闭对齐?
我们有三个锚标签。当所有内容都在一行上时,它们在 IE8 中正确显示:
但是当您将锚标记分隔到单独的行上以获得更好的代码时可读性它们没有正确显示(有一个随机的额外“e”字符并且对齐关闭):
任何想法?
We have three anchor tags. When all on one line they display correctly in IE8:
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):
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像“重复字符错误”,这通常是由代码中的空格或注释引起的。自从我看到这个以来已经很久了,我认为它已经在 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.