jQuery UI:自定义滑块手柄时出现问题

发布于 2024-11-03 03:00:23 字数 218 浏览 0 评论 0原文

有谁知道如何在 jQuery UI 中自定义滑块手柄?

我希望手柄只能在滑块背景栏中拖动。但手柄要么在左端,要么在右端稍微超出了范围。

它在我的本地主机的左端运行过度,但在 jsFiddle 上运行过度。

如何使手柄仅恰好落在滑块背景内?

Does anyone know how to customise the slider handle in jQuery UI?

I want the handle only can be dragged within the slider background bar. But the handle is either slightly over run on the left end or on the right end.

It is over run on the left end on my localhost but it is over run on the right on jsFiddle.

How can I make the handle fall in exactly inside the slider background only?

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

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

发布评论

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

评论(1

許願樹丅啲祈禱 2024-11-10 03:00:23

您需要考虑滑块手柄的宽度。加上一个 margin-left:-4px 就可以了。 (-4,因为你的宽度为 8)这至少在你的 jsfiddle 中有效。请参阅http://jsfiddle.net/morrison/Qfc9P/1/

You need to take the width of your slider-handle into account. Throw a margin-left:-4px on it and it appears to be fine. (-4 because you have a width of 8) This worked in your jsfiddle, at least. See http://jsfiddle.net/morrison/Qfc9P/1/

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