Okay, I am not sure what I am missing here or if I am just not understanding something earlier in this post.
I have uploaded the plug-in and it shows installed.
I have changed the HTML from
to
in the template.php file.
Now the menu shows up, but so do all the submenus, they do not go away.
The use of makes the subs go away, but now are not available as a drop down link.
I guess the main question is, does this plug-in allow for mouse-over drop downs of submenus?
If not, then what have others used to give this functionality?
Thanks for any help provided.
Michael.
I have uploaded the plug-in and it shows installed.
I have changed the HTML from
Code:
<ul id="nav">
<?php get_navigation(return_page_slug()); ?>
</ul>
Code:
<ul id="nav">
<?php menu_master(); ?>
</ul>
Now the menu shows up, but so do all the submenus, they do not go away.
The use of
Code:
ul.submenu { display: none; }
I guess the main question is, does this plug-in allow for mouse-over drop downs of submenus?
If not, then what have others used to give this functionality?
Thanks for any help provided.
Michael.