Trouble getting the menu to work

Forums Forums Menus Trouble getting the menu to work

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

    i can’t get it to work, i’d like a dropdown menu to appear when the cursor hovers over the "projects" tab, giving me the options "by artist" "by medium" "view full list" to access these pages.

    <div id="navcontainer">
    <ul id="navlist">
    <li><a href="<?php echo get_settings(‘home’); ?>/" title="Return to the the frontpage">Home</a></li>
    <li><a href="About" title="About">About</a></li>
    <li><a href="Projects" title="Projects">Projects</a><?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?></li>
            <li><a href="Events" title="Events">Events</a></li>
                    <li><a href="Friends" title="Friends">Friends</a></li>
                    <li><a href="Videos" title="Videos">Videos</a></li>
    </div>
    </div>

    #6653

    Replace ALL of the code you posted above with this:
    [code:2ev0reqf]<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>[/code:2ev0reqf]

    If that doesn’t work, you will need to provide more information for us to help you.

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