views:

63

answers:

1

Hello,

I have used in my site jScrollPane jquery plugin. It is normally work in all browsers except Chrome. Take a look here: http://evarivas.com/bio In my Chrome I have no problems. Scroll works normally. On another computers sometimes works sometimes doesn't. After refresh works, or doesn't work...

What is this? Very strange...

+3  A: 

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.

RwL