Hello,
I've got the same problem.. I can resize the container, but not the
"pane1" :/
The container is an absolute Div with "top: 0" and "bottom: 0", I've
got its height with innerHeight, and I define a function "onresize",
but it doesn't work for the Pane1..
Maybe can you write us a very little example, if you have the time ?
(Sorry for bad english)
You've make a wonderful work ;) !
On 8 déc, 22:14, Vladan Jocic <
vladan.jo...@gmail.com> wrote:
> Hi,
>
> I try something like this:
>
> function changeD(){
> //
> $('#pane1').css("height", "400px");
> $('#pane1').jScrollPane({showArrows:true});
> }
>
> $(function()
> {
> $('#pane1').jScrollPane({showArrows:true});
> });
>
> but without success :(
>
> You can look my test code here:
http://z-productions.ch/test.html
>
> Sorry because I bother you.
>
> > Hi,
>
> > Yes you can. Just remember to reinitialise the jScrollPane afterwards...
>
> > Cheers,
>
> > Kelvin :)
>
> > On Wed, 02 Dec 2009 15:27:02 -0000, Vladan Jocic <
vladan.jo...@gmail.com>