Try to add a class like "header" to the accordion anchors, and specify header: "a.anchor" when initializing the accordion.
Jörn On Tue, Aug 26, 2008 at 7:19 AM, swaters <[EMAIL PROTECTED]> wrote: > > Hello, > > Does anybody know what is causing this and could hint on how to fix > this: > > I have a jQuery lightbox gallery (which is using code from this page: > http://leandrovieira.com/projects/jquery/lightbox/) inside a jQuery > accordion panel (which is using this code from this library > http://docs.jquery.com/UI/Accordion) and every time I click on an > image, the accordion panel the image is inside collapses. > > I'm not sure but I think it has something to do with CSS selectors, > because the accordion scripts target the anchor tags and I have a > feeling that it's trying to convert same the anchor tags written fort > the images in the lightbox gallery? any clue on how to change the css > selectors or do these symptoms sound familiar? > > Thanks, > > Steven >