Posted by makbul_khan8 on April 1, 2012 at 8:05am
Hi
I was trying to build menu which contains block, view or panels.
I was trying with megamenu and menu_minipanels but fail.
Follow this link menu
http://www.whitehouse.gov/
Pls help me, my task has urgency.
Thanks

Comments
Mega Menu
Dear Makbul,
Either try http://drupal.org/project/om_maximenu
or share what exact error you are facing while using other menus.
--
http://www.amitkarpe.com/
display mini panel inside megamenu
I am trying to build menu with images, forms(Newsletter) and embedded videos.
I have readout megamenu README.txt file to use this module.
Also enabled menu_minipanels, panels and ctools module to achieve the target.
I am unable to display mini panel inside megamenu and my mini-panel includes simple text.
once I am able to display mini panel inside megamenu, I will embed my views and block inside it.
so that my menu looks like the menu of http://www.whitehouse.gov/ or http://espn.go.com/.
Help is appreciated
Thanks
Hey makbul, I had the same
Hey makbul, I had the same requirement few years back.. I didn't use any module.. Just created the block and styled (position: absolute) them separately. Then used the jQuery hide and show functions - with little animations ;)
Thx
Amrit
Hi amitkarpe, I have tried
Hi amitkarpe, I have tried with om_maximenu module, its good.
But it does not support sub menu and also not sure that it support hook_menu menu's.
we can import primary or any other menu but it does not display sub sub menu.
Thanks
Makbul Khan
Save yourself some trouble
Save yourself some trouble and use css+jquery or even a basic javascript to change css "display" from "none" to "block" and vice versa for the menus which can all be added in as Drupal blocks. That shouldn't take too many minutes ;)
Here's a small css tip:
Add "position:relative" to the element surrounding the menus, then use "position:absolute" for the menus themselves.