Mootools 滚动条
我正在使用 mootools 创建内容滚动条示例代码可以在此处看到
http://jsfiddle.net /scottmwilliams1/jSZDJ/1/
此时,无论内容长度如何,滚动条都会出现。我需要更改代码,以便在内容较短且不需要滚动时滚动条消失。 Mootool 版本需要保持不变。任何人都可以帮忙。谢谢
I'm using mootools to create a scrollbar for content example code can be seen here
http://jsfiddle.net/scottmwilliams1/jSZDJ/1/
At the moment the scrollbar appears whatever the length of the content. I need to change the code so that the scrollbar disappears if the content is short and doesn't require scrolling. Mootool version needs to remain the same. Can anyone help. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样? http://jsfiddle.net/CqrFp/
我更新了你的小提琴来实现该功能。
尝试删除一些文本并查看滚动条如何消失。
Like this? http://jsfiddle.net/CqrFp/
I updated your fiddle implementing that feature.
Try to remove some text and see how the scrollbar disappears.