Sativa Diva
Sativa Diva

Reputation: 333

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!

Upvotes: 1

Views: 1275

Answers (2)

Henesnarfel
Henesnarfel

Reputation: 2139

It doesn't look like the container div of Rabbit Heart has the class of jScrollPaneScrollable

Upvotes: 0

Jasper
Jasper

Reputation: 76003

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.

Upvotes: 1

Related Questions