I have been receiving the jScrollPane Google Group messages recently, and I've seen at least two or three people have their issues disappear by placing scripts in the head
instead of the bottom of the body
. I realize some performance recommendations suggest scripts at the bottom but in my experience it's not really a significant enough perf gain to justify the often-greater delays in initializing behaviors.
Might be worth a try.
Edit: Just noticed you're using a pretty old version of jScrollPane -- I highly recommend upgrading to build 93 of jScrollPane, which is available by downloading the latest from the google code repository: http://code.google.com/p/jscrollpane/source/checkout
Simply upgrading may solve your problem.