jScrollPane - 如何获得轨道的固定宽度

发布于 2024-10-24 04:17:50 字数 222 浏览 3 评论 0原文

我在我的网站上使用 jScrollPane ,一切正常,但我想执行以下操作:当前轨道有一个宽度为 100%(它与内容一样拉伸),但我不想让它像内容一样可拉伸,我希望它具有固定宽度,例如 400px。 有没有机会可以做到?我尝试在 style.css 中更改它,但似乎不起作用:(

谢谢

I am using jScrollPane on my website and everything works fine but I want to do the following: Currently the track has a width of 100% (it stretches as much as the content does) but I don't want to make it stretchable as the content, I want it to have a fixed width of for example 400px.
Is there any chance that can be done? I have tried changing it in style.css but doesn't seem to work :(

Thank you

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

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

发布评论

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

评论(1

画尸师 2024-10-31 04:17:50

http://jscrollpane.kelvinluck.com/settings.html

horizo​​ntalDragMinWidth = 400;
水平拖动最大宽度 = 400;

我认为这可以解决问题

http://jscrollpane.kelvinluck.com/settings.html

horizontalDragMinWidth = 400;
horizontalDragMaxWidth = 400;

i think this will do the trick

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