[jQuery] Superfish Feature Request

2008-11-06 Thread WimpLo
It would be nice if submenus that WOULD HAVE displayed outside the browser viewable area, to be repositioned so that they appear back inside the browser's viewable area. Thank You!

[jQuery] Superfish feature request - disabled items and menus

2008-07-22 Thread Dirty Frank
I'd like to see an option or method where I can disable a menu, sub menu, and menu items. $("ul.sf-menu").superfishDisabled(); Also, I added these lines to the return this.each function to give me more control over li hovers in IE var $li = $('li', this); $li.each(function(){ $(this).ho

[jQuery] Superfish feature request

2008-01-03 Thread Jesse Klaasse
For the demo of the latest update/example: http://www.klaasse.net/superfish-ext/superfish.html New options: * autofit (boolean) - Used to enable intelligent expansion. When a submenu doesn't fit on screen, the position of the menu is adapted in order to make it fit as good as possible. *

[jQuery] Superfish feature request

2008-01-02 Thread Jesse Klaasse
I am thoroughly enjoying the Superfish menu.. However, I would love to see the following option: when a submenu falls outside of the window, it's position should be adapted in order to fit. Just like most operating systems handle menus when they don't fit.. Would this be possible? It could be calle