Hi, I think the jQuery UI sets the accordion for a higher z-index. Your dropdown menu is absoluting positioning? If so, you can use a z-index higher or inspect the firebug to check the current z-index of the accordion to certify that...
I hope it helps, Regards, Alexandre Magno Interface Developer http://blog.alexandremagno.net On 30 jun, 15:21, Steve Hueners <st...@juststeve.com> wrote: > I'm working with a 2-level Tab Menu (produced by Glimmer) where nested > ULs are used to render a dropdown menu. > > When the page renders the nested ULs appear on hover as expected but > they are underneath accordion elements (produced by jQuery UI > accordion) that appear lower down on the page. here's a snippet that > shows the problem. > > http://www.flickr.com/photos/16842...@n03/ > > I've tried setting the z-index on a div that encloses each accordion > pane - and the parent div of all the accordion panes. > > Besides simply asking for a solutions to this problem, it would be > very helpful to understand how folks use firebug's tools to get at the > information that helps solve problems like this. > > thx > --steve...