jScrollPane 顶部水平滚动条
我设置了一个 jScrollPane 水平滚动条,但现在滚动条是水平的,但在顶部(这意味着可滚动内容位于滚动条下方),我需要相反:滚动条在下方,可滚动内容在顶部,我该如何制作? 问候
i got set up a jScrollPane horyzontal scrollbar but right now the scrollbar is horyzontal but on top(this means the scrollable content is below the scrollbar), i need the contrary: scrollbar below, scrollable content on top, how can i make this?
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你是如何获得滚动条下方的可滚动内容的。默认情况下,它出现在滚动条上方(例如,请参阅此示例:http://jscrollpane.kelvinluck.com/basic。 html )。您使用的是哪个版本的 jScrollPane?您有显示问题的 URL 吗?
根据下面给出的说明进行更新:
您可以使用 CSS 将滚动条放在内容上方。例如
希望它有帮助:)
I'm not sure how you have got the scrollable content below the scrollbar. By default it appears above the scrollbar (e.g. see this example: http://jscrollpane.kelvinluck.com/basic.html ). What version of jScrollPane are you using? Do you have a URL showing the problem?
Update based on the clarifications given below:
You can use CSS to put the scroll bar ABOVE the content. e.g.
Hope it helps :)