I have a navigation menu using nested ul. When the top ul is hovered over it uses jQuery’s .slidedown() to display the submenu ul.
This part works fine.
The problem I run into is when the submenu is displayed the lower portions (bottom li) are overlapped by a div further down the doc and I am unable to click on those sub menu items.
Here is the HTML. The question is simply how do I specify which element should be in the foreground when I have overlapping elements?
The stack order of elements is determined by the
z-indexCSS attribute.