[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-05-12 Thread Hiousi
my solution was to add childs even if not there by calling doing this just before invoquing Superfish: $('ul.sf-menu li:not(:has(\'ul\'))').each(function() {$(this).append ('ul/ul');});

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-24 Thread kemie
Sorry to add a me too, but I'd also be interested in a solution to this problem. The workaround suggested in the official example (duplicating the link with a descriptive text) is not always feasible/ practical.

[jQuery] Re: Superfish menus in nav-bar style require subnavs to behave correctly?

2009-04-15 Thread TenzoChris
I got feedback privately complaining about my example. I'd chosen to just use the plugin page (with a minor edit) to demonstrate the problem without wasting people's time on potential CSS causes, since the problem also manifests using the demonstration page. I should have done a better job