JQuery :: Superfish - Hover Menus Don't Disappear?

Jun 29, 2011

I've got 4 subnav buttons; each has at least a sub menu; some subs have a subsub menu. My problem is, if I mouseover one of the four main subnav buttons, and then DO NOT choose a sub menu option, but instead mouseover (say) the next of the four buttons, the first sub menu stays displayed.

This only happens if I'm mousing horizontally across the buttons -- i.e., if I mouseover a button, move the mouse pointer above the button, the menu will disappear as it should and it all works correctly.

I've attached a screenshot illustrating how all 4 menus can be open at once.

This is a snippet of the relevant navigation html (2 buttons only):

<div class="sub_nav"><ul class="superfish" id="subnav">
<div id="cat_js_here">
<li class="not_selected"><a class="sub" href="collection.php">Browse by Category</a>

[Code].....

View 7 Replies


ADVERTISEMENT

JQuery :: Superfish Drop Down Menu - Drop Down Menus Seem To Flash On Screen For Just A Second And Then Disappear?

Nov 4, 2011

i'm having with a superfish menu i have tried to add to my wordpress site.The menu seems to work fine for the base-level (top parent pages) menu items.But the drop down menus seem to flash on screen for just a second and then disappear when the mouse hovers over the menu items.To see an example, please check out the top menu on this temporary development page: http:[url].....I have tried adjusting the z-index in superfish.css file but it doesn't seem to be having any effect.

View 1 Replies View Related

JQuery :: Nav Bar - Menus Appear / Disappear OnClick

Nov 16, 2010

I have a nav bar, each link in it activates/triggers a megamenu (each link has its own megamenu). I need a way to have each link activate its own megamenu, the megamenu should close when:
1. The user clicks on another item in the nav bar.
2. The user clicks on the same item in the nav bar.
3. The user clicks on a 'close button' (X) graphic inside the megamenu (not shown in the HTML for simplicity sake).

HTML:
<div id="top-nav"><ul>
<li><span>Products & Services</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Support & Training</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Communities</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
<li><span>Store</span><ul>
<div class="megamenu">Content here...</div>
</ul></li>
</ul></div>

I've seen the script of 'Sexy Drop Down Menu' but the problem is that it closes the menu triggered by the click on hover, and as I said, I'm new to jQuery and I can't figure out a way to adapt it to what I need. [URL]

View 1 Replies View Related

JQuery :: Superfish Dropdown Arrows Disappear?

Dec 30, 2011

I implemented the superfish dropdown on a website I've built. However, when I've integrated other scripts into pages with the script, the arrows on the superfish dropdown that indicate the dropdown navigation disappear. The dropdown quits working completely in IE6. The two scripts I've implemented are a script from visuallightbox.com for a photo gallery and a form validation script. What is the fastest way to debug this issue for a beginner like me. I am mostly an html and css guy but am trying to learn scripting.

View 1 Replies View Related

JQuery :: Superfish Align Sub Menus To Top

Jul 7, 2009

I'm trying to setup a vertical menu where the submenus align to the top of the parent ul rather than the parent li.as in this image: URL...

View 4 Replies View Related

Jquery :: Superfish Menus Not Hiding

Oct 22, 2010

I'm usingSuperfish for a popout context menu and it works up to a point, then the screen gets littered with the visible submenu items that are no where near their parent.I have several "views", and 250 things with menus on 1 page seems OK, but 450 is not. I don't have one in between at the moment. Also, my "pages" are in jqueryUI tabs, the tab divs have a table in them, the table td's is where I'm sticking the ul for the menus. I have have many tabs and they all work, even with over 600 in total, it's just the one table with over 400 rows that doesn't look right.Is there some technical limitation on applying sf-menu class to a UL as a child to a table where it hits a ceiling, or do i need to make a mockup test case to figure out what's going on?

View 2 Replies View Related

Jquery :: Using Superfish With Mega Menus

Jul 12, 2011

I'm working on a project that uses mega menus. Mega Joomla mega menu URL... was put into place before the project was handed off to me . The only problem with it, is that when you are browsing the site on an iOS device (ipad, iphone, etc), and you press on a main menu item, it goes straight to the page it links to instead of opening up the mega menu like the 'hover' is supposed to do.I was looking at Superfish and it looks like it meets my requirements of having the menu be CSS based (so it degrades nicely when JS is turned off), accessible (you can tab through the menu) AND it appears that when you are on an iOS device, you can touch the menu item once, and it will open the menu, touch it twice and it will go to the link which is what I need (i tested this with the sample menu given on the Superfish site).

I've tried to set it up but it's not working and I think it's because it's not expecting children <ul>'s. Mine are all being hidden. I've read through this thread URL... and according to Charlie, Superfish is supposed to work with children <ul>'s and <div>'s but I just can't get mine to work.Is there anyway to adapt Superfish to this?

View 5 Replies View Related

JQuery :: Use Superfish Drop Down Menus With CSS Sprites2?

Jul 29, 2009

I have a menu that I've already set up with ALA's CSS Sprites2.I have to add a drop down menu into the mix. What would be the best way to achieve this, or rather what would I need to change in the Superfish scripts to get this to work?

View 2 Replies View Related

JQuery :: Arrows Displayed In Superfish Menus?

Apr 23, 2009

How is the arrows displayed in the superfish menus? If I would like to change to an image of my choice, how do I go about?

View 1 Replies View Related

JQuery :: Superfish Close On Click Outside Menus

May 4, 2009

I want to use the Superfish menu plugin but with 1 more behavior: when the user clicks outside the menu, the menu closes. (or clicks anywhere, doesn't matter). This way I can have a large delay and just tell people to close the menu by clicking outside the menu, which will improve greatly the usability of the menu.

View 1 Replies View Related

Jquery :: Superfish How To Programatically Unexpand Menus

Jul 20, 2009

when someone tabs through with the keyboard, and presses enter on a link, it triggers the click event on that link (which is good) but then the menu stays open.. In my case, I'm not directing the user to a new page, just loading up ajax content, so the menus just hang there open.I want to close them after a click/pressing enter.Or should this go with my gripes about keyboard navigation.

View 6 Replies View Related

Jquery :: Superfish Load Sub Menus Via Ajax?

Feb 1, 2011

I'm testing superfish for a project.It works well, but I have a problem in that the total menu is very large - approx 1200 items.I suppose it must be quite possible to load sub-menus with ajax.I've searched - found others looking, but cant find an 'off the shelf' solution.And despite too long playing around I concede that my javascript isnt up to the job.I can get a simple test page running ok, using .load to pull submenu from server and inject it, but I cant figure out how to roll it into superfish.

View 2 Replies View Related

Jquery :: Superfish Limit Visibility Of Sub Menus

Jan 27, 2011

Is there a way via the jQuery options to limit the display of menus below a certain level using superfish? I realize it is an odd request, but I am using parts of the main nav menu in a variety of places to reduce updating issues. I have 3rd/4th levels which appear within sections of a site, but I do not want them to drop down from the main nav. So, can I set a limit?

View 5 Replies View Related

JQuery :: How To Get Menu To Disappear On Hover

Dec 19, 2011

I am trying to get menu to disappear. I have a menu on the page [URL]. When the level 1 menu is hovered on it brings up level2. However, if you hover over level 1 and then mouseout, it doesn't disappear.
I tried this:
$('.menu ul li a').mouseout(function(){
$('.menu ul li ul').fadeOut('slow');
});
However, that is then making level 2 disappear no matter what. How I can do this?

View 6 Replies View Related

JQuery :: Implementing Two Instances Of Superfish Menus On One Page?

Dec 27, 2010

implement 2 instances of superfish menus on one page? I would like to place a primary navigation menu above the header, and a secondary nav-menu below the header. I've "kind of" managed to do it with the help of Google and by reading quite a few blogs, but I think I'm doing it the wrong way by just duplicating the whole JS folder and renaming things.

Plus, I don't know how to style the menus. So, how would YOU implement 2 Superfish JavaScript menus on ONE page?

View 5 Replies View Related

JQuery :: 2 Superfish Menus On One Page (1 Vertical, 1 Horizontal)?

Apr 23, 2009

I can get them both to display but I need to style each one differently I have copied the basic styles and renamed them xx2 and then renamed the ul class to match but it doesn't like it!

View 1 Replies View Related

JQuery :: Settings - Restrict Number Of Menus In Superfish?

Jul 16, 2009

When the number of menus (including a menu and its submenus) reach a particular number, then after that rest of the menus are not getting
displayed. Is there any settings available to restrict number of menus in superfish?

View 1 Replies View Related

JQuery :: Does Supersubs Work With Superfish Menus In Vertical Mode

Jun 25, 2009

Trying to get the Superfish menus to work in vertical mode, whereby each list item is a single line, and the next menu down sits to the
right of that menu. For normal horizontal menus you use the Supersubs option when you call Superfish, but the superfish-vertical.css you need to make the menus layout vertically, seem to overwrite the widths of the UL's and LI's.

View 1 Replies View Related

JQuery :: Superfish And IE8 / Drop-down Menus 'flashing' Down On Page Load

Sep 16, 2009

I have successfully installed superfish-powered drop-down menus in my horizontal nav bar, but I get an irritating (and inconsistent) issue when I click on a nav link: the drop-down menus briefly "flash" down as the new page loads. In fact the page as a whole flashes. This behavior only occurs in IE8 (haven't tried 7) - Firefox, Safari,Chrome are all fine. The url is: peacefulnations.org

View 1 Replies View Related

JQuery :: Modified Superfish Vertical Menus So The Flyout Is To The LEFT?

Oct 26, 2009

Has anyone modified Superfish vertical menus so the flyout is to the LEFT? How?

View 1 Replies View Related

JQuery :: Modifying Hoverintent Options In Superfish Does Nothing To Extend Visibility Of Menus?

Jul 29, 2010

I've cranked up the numbers for sensitivity, interval, and timeout, and the site seems totally unresponsive to my changes. I've double-checked that hoverintent.js is being called, and it definitely is.

var cfg = {
sensitivity: 7,
interval: 5500,

[code]....

View 3 Replies View Related

JQuery :: Superfish Set Hover On Onload?

Oct 17, 2009

i am wondering if it's possible to apply the hover classalready when the site is loading.Precisly look atwhere the home button should have the class "active" but it's applyingit just after hovering one of the menu points.

View 1 Replies View Related

JQuery :: Superfish And Two/Three Column Hover Menu?

Sep 23, 2011

I'm using Superfish, the vertical menu specifically, and trying to find out if there is a way to have a two or three column flyout. Right now I have a list of categories showing in the menu and some categories have a lot of subcategories. If I could display the subcategories on hover but in a two column style it would cut down on the height of the flyout menu dramatically.

Has anyone done this or would someone be willing to share how to do this?

View 1 Replies View Related

JQuery :: Make Superfish Respond To Onclick Instead Of Hover?

Oct 7, 2009

I am using superfish and I am wondering how I can go about changing the hover event to click so that when people hover over the links it
doesn't do anything until they click them.

View 2 Replies View Related

JQuery :: Superfish Menu Hover And Text Overflow?

May 25, 2011

I have a Superfish Menu hover and text overflow issues due to special characters from foreign languages. In English or a language without special characters the menu and hover expand properly but with special characters you get text overflow and a hover with a negative right margin.

#tn_holder.right{
/* float:right;*/
}

[code]....

View 1 Replies View Related

JQuery :: Superfish Menu Blinks When Made To Appear Over The Hover Object?

Jul 27, 2011

I have an svg object set with hover (or mouseover-out) to animate the superfish menu. When the mouse enters the svg, the menu appears, on leaving it should disappear. (same problem with div so not an svg problem)

(testing with FF5.01) Problem: mouseover, or hover work fine, but when I add a second function to remove the menu, I get a blinking menu. I assume its a conflict with the menu's own hover?

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved