IE6 和 IE7 中锚标记后的间距问题
我在 IE6 和 IE7 中的链接出现问题(它们在 IE8 中工作正常)。 HTML 是正确的,并且没有不必要的空格,但 IE 不会删除链接文本末尾之间的空格 - 它直接进入连续的段落文本。
我无休止地搜索,但找不到解决方案。有什么建议吗?
I'm having problems with my links in IE6 and IE7 (they're working fine in IE8). The HTML is correct and there are no unecessary spaces, but IE isn't removing the space between the end of the linked text - it's running straight on into the continuing paragraph text.
I've searched endlessly, but can't find a solution for this. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那是一个奇怪的事情。一旦锚点具有以“mailto:”开头的 href,锚点与其旁边的文本之间的空格就会被删除。
我用 mootools 解决了这个问题:
That is a strange. As soon as an anchor has href that begins with "mailto:" the space between the anchor and the text next to it is removed.
With mootools here is how I fixed the problem :