随机(超长)水平滚动条仅在 Firefox/

发布于 2024-11-23 21:00:52 字数 322 浏览 1 评论 0原文

正如标题所夸耀的那样,我在 Firefox 中遇到了一个相当奇怪的问题,它给我的网站提供了一个很长的水平滚动条,但我不知道为什么。

我尝试遍历并禁用我能找到的每个 width:100%,但没有任何改变。

所以我向你这个知识堆满的人寻求帮助。

网站:http://demo28.abcguide.com/

我知道该网站上还有其他一些内容看起来很糟糕,目前仍处于开发阶段,我真正需要帮助的是这个水平滚动条问题。

预先感谢您的任何帮助。 :)

As the title boasts, I'm encountering a rather strange problem with Firefox where it's giving my site a very long horizontal scroll bar and I have no idea why.

I tried going through and disabling every width:100% I could find, but nothing changed from that.

So I come to you, the overflowing stack of knowledge, for aid.

The website: http://demo28.abcguide.com/

I know there's a few other things on the site that seem broken, it's still in development phases currently, all I actually need help with is this horizontal scrollbar problem.

Thanks in advance for any help. :)

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

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

发布评论

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

评论(1

暗喜 2024-11-30 21:00:52

您的 具有 text-indent: 9999em 样式。这似乎会导致溢出(可能大约 9990em 左右)。

Your <input id="res-submit"> has a text-indent: 9999em style. That seems to cause the overflow (probably by about 9990em or so).

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