Is there a menu module for Drupal 7 which creates horizontal dropdown menu similar to
http://tympanus.net/Blueprints/HorizontalDropDownMenu/ ?

Comments

vm’s picture

bdcricket’s picture

Your provided link dose not show any drop down menu. But you can create it in any cms. You just need to know that cms frame and a good command on CSS.

vm’s picture

actually it does. It's a megamenu that activates on click and is not a slideout on hover.

bpadaria’s picture

Thanks VM, I have already installed megamenu but it is working with mouse over and out effects. So posted it in case anyone knows if there is exactly similar module available for.

I will try applying onclick effect with megamenu js.

SteelToedBoots’s picture

I use Mucho Menu. It has mini-panels that drop down. It's not exactly like what you want, but I'm sure you could change around the css to come closer to your desired look. I tweaked the css so that the mini-panels are very narrow, but you could just make them wider and add a blue background. You'll have to spend a while figuring out what to modify in the muchomenu.css and muchomenu-default-style.css files. It's not very clear since there are repeating values. I just copy paste everything from both files into one new file, move that new file to my template's main css folder, set a path to that file through the mucho menu configuration menu, and then go to work experimenting on that css file.

http://drupal.org/project/1077858

http://drupal.org/project/panels

For some reason, Mucho Menu says that there are errors whenever I add new links or change the menu, but it works fine. So I ignore that. The menu turns vertical on really old IE browsers, but IE is bogus anyway.