jQuery: Skyscraper Menu Plugin 0.9.2

License:

Licensed under MIT License

What you need:

jQuery 1.3.2 required   » Download at jQuery site
jQuery easing plugin 1.3   » Download from jQuery Easing Plugin site
The download package containes both files.

Usage:

after including jQuery:
$('#hMenu').skyscraperMenu();

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
activeMenuItemSub0[no. of active sub menu item]
In example at top the third entry is set active
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)