开发者

Can't get jscrollpane to work with wordpress

I'm having t开发者_高级运维rouble getting the jscrollpane installed on a WordPress site. After doing some research, I tried the following but still no luck:

  • double-checked that all links to .js files in my head are correct
  • added the jscrollpane styles to my main stylesheet
  • replaced the $ with jQuery on document.ready
  • styled the .scroll-pane class with a height and overflow: auto

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜