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
i got set up a jScrollPane horyzontal scrollbar but right now the scrollbar is
Share
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 🙂