jQuery: Skyscraper Menu Plugin 0.9.2

License:

Free for all purposes (private/commercial)

What you need:

(The download package containes both)

jQuery (required)
» Download at jQuery site

jQuery easing plugin (optional)
» Download from jQuery Easing Plugin site

Usage:

after including jQuery:

$('#hMenu').skyscraperMenu();

Design

You can change the design by your needs (background, hilights and hover images, colors) with CSS in the jquery.skyscrapermenu.css.

Successfully tested with the following browsers:

Options:

OptionDefaultsInfo
activeMenuItem0[no. of active menu item]
In example at top the first sub menu is set active [1]
activeMenuItemSub0[no. of active sub menu item]
In example at top the third entry is set active [3]
readjustMenutrue[true|false]
readjustFullWidthtrue[true|false]
speedIn400ms
speedOut500ms
animIneaseOutBounceOptions: jQuery Easing Plugin site
animOuteaseOutBounceOptions: jQuery Easing Plugin site
activeClassactive/activeIEYou can use this for IE6 PNG issue:
(jQuery.browser.msie && jQuery.browser.version <= 6) ? 'myActiveIE' : 'myActive'
or just set a single CSS class.

Download:

» Version 0.9.2 from 2009/12/07

History:

0.9.2 (2009/12/07)
0.9.1 (2009/12/03)
0.9.0 (2009/12/01)