Tagged Questions

0
votes
2answers
25 views

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 …
0
votes
0answers
21 views

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 …
0
votes
2answers
41 views

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: …
1
vote
1answer
187 views

Superfish menu color?

How do I change the color of the superfish menu?
0
votes
0answers
57 views

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 …
0
votes
1answer
641 views

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 …
0
votes
2answers
359 views

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 …
0
votes
2answers
287 views

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 …
1
vote
2answers
911 views

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 …
0
votes
2answers
198 views

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 …
1
vote
1answer
116 views

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 …
0
votes
1answer
442 views

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 …
3
votes
5answers
4k views

jQuery Menu and ASP.Net Sitemap

Does anyone know if it is 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 …