Hi,
I have a div with newsitems. By clicking a newsitem, it expands and shows the whole item.
That means my content grows at that time.
When i use jScrollpane, i can only scroll down the length that the original content had when i loaded the page.
For instance: When my content was 400px high, my div 200 pix high, then i could scroll 200 px down to the bottom of my content. But when i click a newsitem, my content expands from 200 to 260 px. But jScrollpane only allows me to scroll to 400px instead of 460. De last 60 pixels stay hidden.
Does anyone know how to solve this problem?
thanks a lot.