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...