Chrome/Webkit 中我的 HTML 中出现奇怪的人工制品(带有屏幕截图和实例)

发布于 2024-12-01 12:06:32 字数 411 浏览 1 评论 0 原文

我对 HTML 中留下的这个奇怪的人工制品感到有点困惑 - 这是一个非常放大的屏幕截图:

Strange HTML artefact

我用红色圈出了它——这是一条奇怪的小线。但我无法追踪它到底来自哪里。

我在 JSFiddle 上有一段代码可以重现该错误 - 谁能弄清楚它来自哪里以及如何摆脱它?这是 JSFiddle 上的代码: http://jsfiddle.net/xfmV9/

我正在使用 Google Chrome Dev ,但是这个问题在Firefox中似乎没有出现...

谢谢!

I'm a bit puzzled by this strange artefact being left in my HTML - here's a very zoomed-in screenshot:

Strange HTML artefact

I circled it in red - it's this strange small line. But I cannot track down where on earth it's coming from.

I have a section of the code on JSFiddle to reproduce the bug - can anyone work out where it's coming from and how I can get rid of it? Here's the code on JSFiddle: http://jsfiddle.net/xfmV9/

I'm using Google Chrome Dev, but the problem doesn't seem to appear in Firefox...

Thanks!

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

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

发布评论

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

评论(2

时间你老了 2024-12-08 12:06:32

它可能是锚标记内空格的下划线吗?尝试去除锚标记内的空白(换行符和空格)。

正如这个新的小提琴 - http://jsfiddle.net/g2G7P/

Could it be an underline from a space within your anchor tag? Try stripping the white space (newline and spaces) within your anchor tag.

As in this new Fiddle - http://jsfiddle.net/g2G7P/

薄荷梦 2024-12-08 12:06:32

it's just an space inside your <a> after the <img>

check this http://jsfiddle.net/xfmV9/2/

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