Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站,我想隐藏滚动条,我做了 css 和一切,但是如果你在 osx 计算机中,并且你的偏好显示总是滚动条,你会看到它们,有什么方法可以隐藏它们吗?你知道在显示它的计算机偏好中.. 我需要隐藏滚动条有没有什么办法可以用 jquery 或 php 或 css 来做到这一点?
尝试创建两个 div:一个具有溢出:隐藏,内部一个具有位置:绝对。并且所有通过 js/JQuery 滚动。大约 5 年前,当我实现自定义滚动条时,我做了这样的事情。