braaad
braaad

Reputation: 1

Can't get jscrollpane to work with wordpress

I'm having trouble getting the jscrollpane installed on a WordPress site. After doing some research, I tried the following but still no luck:

Here's my beta site: http://bradeller.com/sid/

Upvotes: 0

Views: 227

Answers (1)

Wil
Wil

Reputation: 11

check whether you are inserting the div you want to be scroll pane into a not-so-wide div, therefore you can´t see the scroll bar, because the styles applied to scroll-pane are not as wide.

in width:100%, change to 100px, to make a test.

Upvotes: 1

Related Questions