I'm not sure what could be happening - do you have a test URL?
A possible workaround might be to not initialise the jScrollPane until
you show the layer. Then the code which shows the hidden layer could
immediately initialise the jScrollPane once it's shown it...
Cheers,
Kelvin :)
yabado wrote:
To elaborate, when I say it "does not work", I mean it stays hidden,
but the rest of the parent layers shows and hides as expected.
On Jun 16, 10:27 am, yabado <[EMAIL PROTECTED]> wrote:
I have a page that shows and hides a layer based on a click.
When the page loads, this layer is set to css ; display:none
I have a scrollpane inside of this layer.
When I click and show the hidden layer, everything works except the
scrollpane?
If I remove the display attribute and reload the page, then the
scrollpane is there and works fine.
It has something to do with the parent layer being hidden I and I
cannot figure it out.
Any ideas?
Using FF and Safari