[jQuery] Re: superfish shadow width problem

2008-07-24 Thread Dirty Frank
I had to nudge some other style to get everything working. Try this ul.sf-menu li li.sfHover ul { left: 12em; /* match ul width */ } ul.sf-menu li li li.sfHover ul { left: 12em; /* match ul width */ } and I also had to do this to get the

[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(){

[jQuery] Re: superfish shadow width problem

2008-07-22 Thread Dirty Frank
I had a similar issue. Try adjusting these styles. ul.sf-menu li li.sfHover ul { left:12em; /* match ul width */ } ul.sf-menu li li li.sfHover ul { left:12em; /* match ul width */ } And I also had to add this css hack to get the shadow back in the right place for IE6 .sf-shadow