Hover/Mouseover Menus

grantkruger's picture

In Drupal 6, which module do you guys think is best for hover/mouseover menus, i.e. where you expand a menu by simply hovering your mouse over the primary menu option. Nice Menus (http://drupal.org/project/nice_menus) is not the easiest to use and you need to know your CSS, but does the job. An example of a site using Nice Menus is none other than recovery.gov. However, is there anything better out there? I find many menu modules but most seem to force the user to click on a menu or involve images rather than text.

Login to post comments

I've used Nice Menus on

jhedstrom's picture
jhedstrom - Tue, 2009-05-26 23:54

I've used Nice Menus on several sites in D6, and it works, but like you mentioned, I've always had to resolve a few issues with the particular theme/design in question. On the plus side, the module is still under active development, and is likely to stick around.


No need for a module

eternalistic's picture
eternalistic - Wed, 2009-05-27 14:23

You don't really need a module to have dropdown menus on your site. All you need is a bit of CSS and this code to print your Primary Menu in the page.tpl.php file as a tree rather than single a level menu.

<?php print menu_tree($menu_name = 'primary-links'); ?>

And since the CSS is rather long I attached it below as a .txt file. This is just an example bit of CSS I created and use as a base when I develop dropdown menus. Hope this helps.

-Jeremy

==================================

Eternalistic Designs - www.eternalistic.net
TopNotchThemes - www.topnotchthemes.com

AttachmentSize
Dropdown CSS Code 3.31 KB

Thanks guys. Always looking

grantkruger's picture
grantkruger - Wed, 2009-05-27 18:03

Thanks guys.

Always looking for that module that does a little more and has already dealt with more of the cross-browser issues.


YUI Meu

todd_tomlinson's picture
todd_tomlinson - Sat, 2009-05-30 14:33

Hi Grant et al --

I've had good luck with YUI menu -- although use nice menus on nearly every site. I didn't have to do anything to the CSS to have YUI menus working properly (unlike nice menus) -- but did touch up the CSS with colors that matched the site's theme (stock colors are grays). More than happy to do a quick overview of using YUI at an upcoming PDX meeting.

Todd Tomlinson
Managing Partner
aHa! Consulting
www.ahaconsulting.com