Yes. http://67.207.148.241/exhibitions
Roll your mouse over exhibitions. On Mar 13, 3:45 am, Alexandre Plennevaux <aplennev...@gmail.com> wrote: > can u put up an online demo somewhere? (http://jsbin.com/) > > On Fri, Mar 13, 2009 at 8:55 AM, Nic Hubbard <nnhubb...@gmail.com> wrote: > > > Well, I had thought of that, but I am needing to fade it in with the > > fadeIn() function. Not sure how how to do this when the jScroll is > > inside the hidden div... > > > On Mar 13, 12:41 am, Alexandre Plennevaux <aplennev...@gmail.com> > > wrote: > >> yep it's correct: you need to initialise it then hide it. you could > >> also position it outside the view port, initialise it, hide it, then > >> position it back in the viewport to avoid the initial display. > > >> On Fri, Mar 13, 2009 at 6:43 AM, Nic Hubbard <nnhubb...@gmail.com> wrote: > > >> > I have a hidden div that uses the .fadeIn() function when a link is > >> > clicked. Inside this is a div that uses jScroll Pane. But, for some > >> > reason when I hide that parent div first, jScroll pane won't work. It > >> > seems like it might not be initialized inside a hidden div. > > >> > Is this true? Any ideas on how to get this working? > > >> >http://67.207.148.241/exhibitions(Mouseover Exhibitions) > > >> > Thanks!