Tagged Questions

3
votes
5answers
7k views

disable horizontal scroll in jscrollpane

I have a JScrollPane with FlowLayout that I want to have a fixed width. It should be scrolling vertically only, and the contents should be rearranged automatically when I resize the window. I think ...
0
votes
0answers
288 views

jQuery jScrollPane horizontal scrollbar not appearing in Webkit

Pulling my hair out a little... The dev site is here: rb.redtribal.com I have a row of images that I need to scroll horizontally, and it's working fine in ff and ie, but breaking in Chrome and ...
0
votes
0answers
138 views

JScrollPane and Arrow Buttons

Hi I am using more than 1 div to create customize scrolling using JScrollPane. I would like to add buttons that work exactly like arrow buttons outside the div. However, every buttons I created only ...
0
votes
5answers
2k views

jscrollpane horizontal mousewheel

I have been unsuccessful getting the mouse wheel to scroll a horizontal jscrollpane. Does anyone have experience with this and can offer some pointers. In the comments of the js file I see the ...