Search code examples
javascriptjqueryscrollbarjscrollpanejcarousel

Javascript Scrollbar Disappears?


Thanks for taking the time to read.

I am having some problems with JScrollPane and image reinitialize with 1 page on my website.

Under the Blog Section, you can scroll down the first default article (Dog Days are Over), but once you click on any of the Articles with images (Rabbit Heart) .. the scrollbar disappears.

It then reappears if you click on an article with no image or the first article.

The above problem seems to only occur on brand new cache. Any ideas?

I have tried disable Cufon but the same problem remains, its definitely an image problem.

Thanks!


Solution

  • It is possible that the Cufon text is larger than the plain-text that it replaced. If this is the case then it's also possible that the container for the "Rabbit Heart" article is not large enough for a scroll-bar, then Cufon hits the text, making the text too long for the container, but since the JScrollPane code has already run the extra text gets clipped.