jQuery UI 滑块手柄未显示
这是我正在构建的小部件: http://widgets.pegwise.com/720x90/
有没有 javascript 或 css 错误,并且我的句柄背景图像是有效的。为什么它没有显示在右下角的滑块上?
Here is the widget I am building: http://widgets.pegwise.com/720x90/
There are no javascript or css errors, and the background image I have for the handle is valid. Why is it not showing on the slider in the lower right corner?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加CSSposition:relative to和position:absolute到div#slider a.ui-slider-handle(刚刚用FireBug测试)。
Add CSS position:relative to and position:absolute to div#slider a.ui-slider-handle (just tested with FireBug).