对用户隐藏主体滚动条,同时仍然允许页面使用 jQueryscrollTo 移动

发布于 2024-11-24 03:21:17 字数 197 浏览 2 评论 0原文

听起来像是用户体验禁忌……但就这样吧。

我使用 jQuery scrollTo 将页面移动到绝对定位的 div 部分。我想删除滚动条,以便用户在不使用导航(始终存在)的情况下无法从一个部分移动到另一个部分。

可能的? overflow:hidden; 是我的第一个想法,但理论上它根本不起作用。

谢谢大家!

Sounds like a UX no-no.. but go with it.

I'm using jQuery scrollTo to move the page around to absolutely positioned div sections. I'd like to remove the scrollbars so that the user can't move from section to section without using the navigation (which is always present).

Possible? overflow:hidden; was my first thought, but it doesn't even work theoretically.

Thanks all!

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

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

发布评论

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

评论(1

风吹短裙飘 2024-12-01 03:21:17

知道了。

html{overflow:hidden;}

因为它们不在体内!

Got it.

html{overflow:hidden;}

'cause they're not in the body!

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