how to create dropdown from Custom box?

Forums Forums Menus how to create dropdown from Custom box?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1557
    Anonymous
    Member

    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?

    #8927

    The code you posted above is invalid. This is (I assume) what you want:
    [code:1ltk5z8z]<li><a href="http://www.stacyreeves.com/index">Gallery</a>
    <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>
    </li>[/code:1ltk5z8z]

    Nice photos BTW.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.