superfish

superfish to use jquery ui theme framework?

Hello everyone, was wondering if there is a way to make superfish using jquery ui theme framework, if that isn't possible right now, what practice can be applied to make superfish using jqueryui styles. Thanks for your valuable input. Michael ...

Superfish drop down menu, how to fix z-index in ie6 and ie7?

I am using the superfish plugin for jquery here: clicky it works fine in all modern browsers FF,Safari, Chrome, IE8 but it seems like the z-index is not working in ie6 and 7 you can see the menu is appearing, but being cut off by the elements below it. I have tried adding a z-index everywhere I can think of but nothing seems to fix t...

Javascript performance issue

Hello, I've built a top menu based on superfish, but the amount of displayed items in the menu is huge. And there is also alot of jquery on the top menu. Now to the problem, everytime I load any page that has the menu, the browser(ie7) feels like it looks it locks it self for about 1-2 seconds while the page is being loaded. I'm sure t...

Jquery Superfish menu - How to slide up?

This is the jquery code for superfish menu plugin (after some revisions of mine). I'm looking to add an effect (either through superfish or adventitiously) that would cause the submenus to slide up on mouseout (just as they slide down when you hover a menu-top). jQuery("ul.sf-menu").supersubs({ minWidth: 12, ...

z-index issues with jQuery Tabs, Superfish Menu

Hi all, For the life of me I cannot get my Superfish menu to stop hiding behind my jQuery UI tabs in IE 7. I have read the documentation out there, have tried changing z-index values and tried the bgIframe plugin, although I am not sure if I am implementing it correctly (left out in my example below, using Supersubs). Here is the Javas...

Superfish - Change the Space between each button

How do I change the space between each button of my superfish menu? I am using the vertical Menu css. ...

Superfish Supersubs <li> menu items width

I've been stuck on this one for some time now and would really appreciate some assistance. I'm developing a superfish horizontal dropdown menu. I would like to know how to, using supersubs, set the width of the dropdown menu items to that of the largest items width in the drop down. The default is : $('ul.sf-menu').supersubs({ minWidth...

Superfish and Flash again. Please help

Hello there, I know there's a lot about this issue but i'm embedding flash like this: (i don't know how t escape code so sorry if it looks weird) var flashvars = {} var params = { base: "." } var attributes = {} swfobject.embedSWF("http://www.zakochaniwfotografii.pl/html5/slideshow/ceremonia.swf", "...

superfish dropdowns to be columned when there's many children and no "grandchildren" nodes

i have a horizontal nav menu that's using jquery superfish. in one of my dropdown menus there'll be no more dropdowns within it (i.e. no grandchildren nodes.) but there are several children. 45 to be exact right now and it may go up or down in time. i'm trying to find a way to have the dropdown be columned passed a certain count. 15 work...

superfish vertical menu

Hi Guy's, Im using jQuery with superfish vertical menu. My menu is positioned at the bottom of my page so the menu slides up, however, on hover of the menu items the sub items get lost at the bottom of my window. Below is a crude example of whats happening. menu item menu item menu item menu item > sub item browser botto...

Problem with superfish submenu being trimmed by content in Firefox

Greetings, I have a problem which would seem to involve some kind of z-index issue, but for a change it's in everything except IE. If you take a look at http://cougar.motivo.com.au/ in anything except Internet Explorer and hover over the last menu item "Contact Us" you can see what I'm referring to. Basically the supersub menu appears t...

Drop-down submenus overlap, how do I fix this?

I rendered this menu with Superfish and the Supersubs plugin: As you can see, the submenu that originates from parent "Long long long submenu item" isn't positioned correctly. I know what I need to do, but not how to execute it. First, I need to know the width of the parent menu. I then need to set the submenu's left attribute to tha...

Superfish dropdown menu not showing up in IE6

Hey guys, just got into this problem with jQuery superfish menu - the dropdown menu is not showing up at all in IE6. From my understanding IE6 has a problem with z-index and probably my menu is hidden under the .middle div. Tried out the solutions suggested by this guy: http://nhaskins.com/post/ie-js-menus-hide-behind-jquery-slide-sho...

superfish drop-down menu displaying underneath div below it

Example of what it is doing: http://screenr.com/k2X I set the z-index of div class="container_12 header" to 2 and the div class="container_12 content" to 1 the ul class="sf-menu" is set to 99, which is within the container_12 header div I've had this problem before and thought setting the z-index's appropriately for classes would do t...

jquery search and filter elements in a superfish menu

Hi, I'm using the Superfish jquery plugin and its fine. But I've got a menu with *many" voices (at least 300) and I'm wondering if there is a way to put some text field and filter the menu voices basing on what the user write. Like this (http://jsearchdropdown.sourceforge.net/)... but this one looks pretty ugly! Regards, Segolas ...

superfish drop-down displaying underneath text of another div

I had a problem with the drop-down menu displaying behind a div, but that is fixed, now it is being overlapped by the text of another div: This only happens in IE7, I imagine it does in IE6 as well, but did not test in IE6. I set the z-index of the div's it drop-downs over to z-index:1; and the z-index of the drop-down is set to 2. ...

Superfish Menu Hovering

Hi, Hoping someone can point me in the right direction with regards to Superfish jQuery Menu Plugin at Superfish Site My question is, I am using this menu system inside Oracle Application Express (ApEx) and using IE6 browser. What I find and not sure if this is specifically relevant to Oracle ApEx but when I hover over a menu item, I ...

Superfish Menu inside WordPress Queries

Hi, I am using jQuery Superfish Menu inside my WordPress theme, where I have the following setup inside my sidebar.php file: <div id="sidebar"> <ul id="themenu" class="sf-menu sf-vertical"> <li><a href="index.html" class="topm currentMenu nosub">Home</a></li> <li><a href="about-us.html" class="...

JQuery Navigation: mouseenter/mouseleave problem

My page navigation follows the following pattern: <div id="topNav"> <ul class="sf-menu sf-navbar"> <li class="menustrip"><a>...</a> <ul class="navsubmenu"> <li><a>...</a></li> .................. </ul> </li> <li class="menustrip">....</li> ....

Superfish dropdown menu not working in IE7

Hi guys, On my site I installed superfish dropdowns, which I use on other sites as well. Anywho, I thought all was working because they work fine in Safari, FF, and IE8. But alas, in IE7 (and probably IE6 but I don't care!) they do not appear. I read about Z-index issues with IE7, but none of the solutions worked. Anyone know how t...