Pages

Subscribe:

Ads 468x60px

Wednesday, March 23, 2011

Nice Multiple jQuery Mega Drop Down Menu


The Mega Drop Down Menu plugin takes standard HTML nested lists and turns them into horizontal mega menus. With some basic CSS styling the mega menus can be used to create unique and visually appealing navigation.
A mega menu has several advantages over standard drop down menus, including:

  • All options visible at the same time
  • No scrolling and tricky mouse manoeuvres to see sub-menus fly out
  • Using standard nested lists the groups can be easily structured and formatted with CSS
To get the full effect of the plugin use 3 levels of nested lists.

Friday, March 18, 2011

jQuery MegaMenu

So whats new in jQuery MegaMenu 2
  • A completely revamped JS and CSS code-base.
  • Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu)
  • Customizable menu show and hide effects, with three available options of slideDown/slideUp, fadeIn/fadeOut and simple
  • Customizable menu activation and deactivation actions. Now you can choose to activate the menu by click or by mouseover
  • HoverIntent like feature embedded into the code-base so that we have smooth navigation by default without any external libraries.
  • Automatic alignment of the menu content according to the width of the parent menu container.
  • Variable width of the menu contents.
  • Non obtrusive and easier to understand CSS.