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>