Here are my stats:
Wordpress 2.9.2
Multi-level Navigation Plugin Version 2.2.1
Custom theme
Primary browser is Firefox 3.6.8 on WinXP but I’ve also checked it on Firefox on a Mac as well as Chrome, Safari, and various instances of IE
Website: http://www.stacyreeves.com[/url:1xjxapuq%5D
So I’ve had the nav plugin for a long time and it has always worked great. Recently I decided I wanted to add a custom dropdown to my menu, and so far I’ve been unsuccessful at figuring out how to do it. In my custom box, I used (as recommended on other threads here):
[code:1xjxapuq]<li><a href="http://www.stacyreeves.com/index">Gallery</a></li>
<ul>
<li><a href="http://www.stacyreeves.com/portfolio-bridals/">Bridals</a></li>
<li><a href="http://www.stacyreeves.com/portfolio-engagements/">Engagements</a></li>
<li><a href="http://www.stacyreeves.com/portfolio-bride-prep/">Getting Ready-Bride</a></li>
</ul>[/code:1xjxapuq]
However only the "Gallery" header is working, there’s no dropdown. Any idea what I am doing wrong?