[jQuery] Re: n2Menu

2007-10-11 Thread GrandNagel
I spent a little time on it last night and, IMO, inelegantly, heres the beginning of a solution... !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head meta name=generator

[jQuery] Performance degraded in IE6 (as comapred to IE7 and FFox)

2007-10-11 Thread GrandNagel
Are there any known issues or workarounds that affect performance of the n2menu in IE6? IE7 and FFox (using a 0 delay) are almost immediately responsive to mouse movement. IE6 is taking about 4 seconds just to recognize mouse movement.

[jQuery] n2Menu

2007-10-10 Thread GrandNagel
I'm trying to make the n2menu hide all expanded submenus when you mouse out of the menu. Does anyone have any experience with this menu? This is a really cheesy way to accomplish it... var onMouseOver = function(){ // ... all existing code snipped setTimeout ( function() {

[jQuery] n2menu

2007-10-10 Thread GrandNagel
I'm using n2Menu to display three stacked menus with as many as two levels of sub menus for each top level menu. It's quite confusing when you mouse up into the top menu and all the lower top level menus open their 2nd level menus along the way. Is there a technique I can apply to n2menu which