Chrome 为内联元素添加了额外的高度

发布于 2025-01-08 12:31:41 字数 286 浏览 0 评论 0原文

我正在尝试向一些文本添加突出显示,但突出显示部分的高度存在问题。不同浏览器的结果有所不同,但最糟糕的可能是 Chrome。这是说明该问题的页面的链接。

http://home.everestkc.net/pardnero/addedheight/

我知道有很多方法绕过这个增加的高度,但对于其他情况,我选择不走这些路线。任何帮助或见解将不胜感激!

谢谢!

I'm attempting to add a highlight to a bit of text, but am having issues with the highlight portions height. The result has been different across browser, but probably the worst is Chrome. Here is a link to a page illustrating the issue.

http://home.everestkc.net/pardnero/addedheight/

I understand there are ways of getting around this added height, but for other circumstances I've chosen to not to go those routes. Any help or insight would be greatly appreciated!

Thanks!

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

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

发布评论

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

评论(1

偷得浮生 2025-01-15 12:31:41

上设置 display: inline-block; 会获取相邻的

行以将其清除。

Setting display: inline-block; on the <span> gets the adjacent <p> lines to clear it.

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