When content overlaps, the problem isn't the z-index, but the overlapping. By default, elements have position:static. When your elements overlap, there must be something else in place.
A testpage would help a lot. Or take a look at the page with Firebug yourself to find the offending styles and elements. Jörn On Mon, Sep 22, 2008 at 5:59 PM, MarvinLeRouge <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a (i suppose) z-index problem with Accordion : > I have an accordion in which each "content" is a vertical drop-down > menu (a suckerfish dropdown one). > On page load, my first content is opened, and it works fine. > But, once i activated the accordion (meaning clicking on a header), > the drop-down menu bugs, going under the page content in z-index > (there is an image just aside the menu, and the items are stuck UNDER > the image, whatever i do with the z-index of the menus in the css > stylesheet). It shouldn't be, since the dropdown and its children are > positioned, which the image is not. > > So, i'm not an expert in jQuery (far from that), but i think the > accordion does something to the z-index of the accordion items > content. Is there a way to say to jQuery "activate this function once > an accordion item opening is complete", so i could play with the css > and find the bug ? Or tell the dom to restate the css (so it should be > ok like when the page loads) ? > > Thanks in advance > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
