tags:

views:

54

answers:

3

Hi!

I am trying to create a mega menu similar to this http://www.sohtanaka.com/web-design/examples/mega-dropdowns/.

How can I create a similar menu that slides down and all the drop down menu when it open remains the same size as the same position as the first. Is there any examples and demo that i refer to?

Thanks

A: 

Jquery has a built in animation for showing a hidden field. You could hide a div in your page (the mega menu) and then show it using this Jquery function.

JQuery Show()

Good luck!

Aardvark
is there an example where i can see a workign example of a mega menu, whihc open up when you click and displays for few sec, unles the user click somewhere else.
A: 

I've found this selectmenu plugin for jquery very useful. It's a little tough to style sometimes, but very powerful. If you want to roll you own, you might find some interesting ideas by digging into the source.

grossvogel
A: 

Try using a jQuery plug-in instead http://plugins.jquery.com/projects/plugins/menus

stackunderflow