删除水平滚动条
我正在尝试删除水平滚动条。
目前使用“overflow-x:hidden;”隐藏滚动的工作,但如果您要使用跟踪器页面等,它实际上仍然有效。我认为最好用 Javascript 禁用它,关于我可以使用什么的任何想法?
非常感谢
Im trying to remove the horizontal scroll.
Currently using "overflow-x: hidden;" does the job of hidden the scroll but its still actually functional if you were to use the tracker page etc. I'm thinking it would be best to disable it with Javascript, any ideas on what I could use?
Many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,显示/隐藏滚动条是一种视觉效果,因此无论如何,您都需要更改 css 来实现此目的。
现在,如果这是您所要求的,您可以通过 javascript 更改样式,而不是使用样式表:
Well, showing/hiding the scrollbars is a visual thing so in any ways, you're going to change the css to achieve this.
Now, if this is what you're asking, you can change the styles through javascript instead of using a stylesheet:
除了在 javascript 中使用 css 属性之外,没有其他方法了,如下所示:
There isn't really another way beside using the css property in javascript like so: