镀铬中不需要的水平条
由于某些原因,我得到一个长的不需要的水平滚动条,滚动到右侧的空白区域在 Windows 7 上的 chrome 9.0.597.98 中(也可能在 Safari 中)。 RockMelt(未知版本)上也报告了该问题
任何帮助将不胜感激。
PS:我用谷歌搜索并发现了一些类似的问题,但我找不到适合我的解决方案。
For some reasons I get a long unwanted horizontal scrolling bar that scrolls into blank space on the right side in chrome 9.0.597.98 on windows 7 (and probably in safari as well). The problem was also reported on RockMelt (unkown version)
Any help would be greatly appreciated.
PS: I googled and found some similar problems but I couldnt find a fix for mine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑
经过一些测试,我发现
#title h1 a
的letter-spacing: -1000em;
创建了水平滚动条。如果删除它,滚动条也会被删除。这个属性在这里的目的是什么?检查是否影响某些东西,否则将其删除。edit
after some tests, I find out that the
letter-spacing: -1000em;
of#title h1 a
create the horizontal scrollbar. If you remove it, the scrollbar is removed also. What is the purpose of this property here? Check if affect something, otherwise remove it.