superfish

jQuery Menu and ASP.NET Sitemap

Is it possible to use an ASP.NET web.sitemap with a jQuery Superfish menu? If not, are there any standards based browser agnostic plugins available that work with the web.sitemap file? ...

jQuery Accordion with Superfish

I am trying to get a vertical Superfish menu to display correctly inside of a jQuery Accordion widget but am running into some rendering issues such as the child elements only rendering inside the accordion div (they don't spill out and therefore are cut off), the superfish menus pushing the accordion elements down and causing alignment ...

How can I re-initialize Superfish everytime the page post back?

I just found out about superfish and currently using it on an asp.net. The problem is every time the page post back superfish plugin disappear. The site needs to run on IE6 so the javascript part is very important I was thinking of creating a javascript function that contains tha initialization of the plugin and called it at the page Pag...

Dynamic Superfish menu problem with IE

Almost done with my menu, but I have a problem I need to remove some parts of it depending on the user. It is ok in firefox but on IE when ever I set an li to display none it leaves a blank space instead. Thanks. ...

Superfish Css/Jquery Menu goes under Flash Content in IE7

http://mindfulintegrations.com/signiacapital/index.html It works fine in FF3 and IE8 using SwfObject2 and wmode=transparent, but for the life of me I can not get the menu to dropdown over the flash content in IE7. Any help would be appreciated. I've tried playing around with Z-indexes, and to be honest my understanding of them is somew...

Show all children in Superfish jquery menu

I'm using the Superfish jquery menu system and have a requirement to show all children regardless of level. The menu only shows the children of the selected item. Perhaps someone can help me figure how to modify the code to make it work this way. Superfish menu HTML example of a node: <li class="root"><a href="#" title="Training" cl...

Superfish problem, "Object does not support this property or method"

I'm getting an "Object does not support this property or method" error on the following line... $("ul.sf-menu").superfish({ pathClass: 'current-subs' }); My understanding is that superfish.js should have defined that method. It's embarrassing to ask for help since it's likely to be something really dumb, but probably due...

Z-index problem in IE7 with jquery superfish menu plugin

I needed to modify jquery superfish menu plugin to accomodate using image for the menu. Please have a look at this demo. http://www.okadadesign.no/vitaveritas/. There are submenus under Om oss and Medieomtale. I used sprites images for this menu. It works fine with IE8, FF etc. However IE7 has a problem to show submenus. It shows the s...

Superfish dropdown issues

Here is my dilemma: I'm attempting to make my nav work for the site mobilityidaho.org. On the home page, there are no problems at all with superfish working properly. When you navigate to any other page, the CMS I am using launches a javascript file that attaches the class "selected" to the li's in my navigation. Superfish cannot handle ...

Superfish menu color?

How do I change the color of the superfish menu? ...

jQuery superfish menu :cursor issue

I am implementing the superfish menu and have noticed that there is a funny behavior with the cursor loosing its default styling (pointer). For example: http://users.tpg.com.au/j%5Fbirch/plugins/superfish/#examples If you rollover the first menu item and move your mouse over the drop down menu, the cursor changes from being a pointer t...

Superfish dropdown position

Does anyone know if it is possible to have different positions for the dropdown UL's for superfish? I have a horizontal navigation bar, on the left side I would like the dropdowns to align to the left of the button, on the right side I would like them to align to the right of the button. ...

JQuery keeping addClass stored after page reload

Hello, I am pretty new to JQuery and I'm working on a menu based on Superfish script. I am having troubles to keep the addClass on current clicked item set when I navigate thru links. My code: JS <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function(){ jQuery("ul.sf-menu").superfish({pathClass: 'corren...

Superfish to open an option "onInit"

On some of my pages I want Superfish (menu plugin) to unfold one of the first level options by default as soon as the page opens. I attributed this option ul an id="me", and trying to implement "onInit" function, but it does not work. Could someone please look? Thanks. jQuery(function(){ jQuery('ul.sf-menu').superfish({ onInit: functio...

Jquery Superfish problem in IE7

Hi all, only in IE7 the submenu appear under my page's content. I use bgframe plugin. Here my code: $("ul.sf-menu").superfish({ speed: 'fast', autoArrows: false // disable generation of arrow mark-up }).find('ul').bgIframe({opacity:false}); Do you have any ideas? Thank you very much. Bye Z ...

Troubleshooting Help With IE8/Superfish Problem on SOME Computers Only

Our website uses the superfish jQuery plug-in for our menus (http://users.tpg.com.au/j_birch/plugins/superfish/), and they work fine in Firefox, IE6, IE7, Safari, Chrome, etc. ... and even in MOST IE8 installations. The problem is, in some IE8 installations, the menus don't work (they highlight on mouseover but don't drop-down the menu)...

jQuery + Superfish + Supersubs + Prototype + IE = FAIL!

I am using the Superfish menu plugin for jQuery to display a vertical menu on some pages. I am also using the Supersubs.js plugin to make sure each level in the menu system is as wide as the widest LI element. I have taken the EXAMPLE.HTML file that is included in the download zip file and simply added the prototype.js library to the s...

Hover problems with Superfish

For reference, please look at mobilityidaho.org. I am using the superfish plugin with jquery and everything works great except in IE6 (I guess I shouldn't be that surprised). If you go to a secondary page http://mobilityidaho.org/travelers-guide for example, and hover over the "traveler's guide" menu link, the child ul displays on hover,...

Superfish, 2 menus open at once - how to prevent?

I have a super fish menu, the delay is set to 800, but when I move from one drop-down to another it still shows the previous drop-down and the new drop-down at the same time. until the 800ms delay is over then the previous drop-down goes away. I do not want to change the delay, but if a new drop-down is opened, I want the previously open...

Why is IE8 rendering superfish menu wrong?

I am useing the superfish jquery plugin If you view the superfish menu here: clicky the drop-downs show correctly (above the main content) in Chrome, Firefox, Safari, IE6, IE7 But for some reason they fall behind the main content in IE8. I already set the z-index for the superfish menu which IE7 wasnt working right until I did so, bu...