Isn't this a "Superdrop" style menu ?

ahh anyway in order to achieve that you would need to have a specific class
for those that don't have drop downs.

then for the hove event

var theclass  $(this).attr("class");

if(theclass != "nosub") {
$("lower").show();
} else {
$("lower").hide();
}


On Tue, Jun 2, 2009 at 9:15 PM, gerbert <gerb...@gmail.com> wrote:

>
> On the Superfish Horizontal Nav-bar there is one issue I am having:
> when a user hovers over a button that doesn't have a subnav, it
> doesn't clear out the "current" subnav menu...I think it would be
> better usability-wise to clear out the links so the subnav is empty
> when a parent link has no sub-menu.
>  It's confusing (for example) when you rollover "Home" in a navigation
> bar and the subnav for "Products/Services" is still showing.
>
> Here is an example of the behaviour I am talking about:
>
> http://www.rad-dudes.com/menu/x.html
>
> Thanks for any help,
> Justin
>

Reply via email to