Questions tagged [superfish]

Superfish is a menu jQuery plugin that takes an existing pure CSS drop-down menu and adds a series of enhancements.

Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds a series of enhancements.

295 questions
20
votes
6 answers

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?
NakedBrunch
  • 48,713
  • 13
  • 73
  • 98
10
votes
1 answer

Make ul increase width as per the content

I am having superfish menu implemented in this site If you hover over the product menu, the drop down will be exactly the width of the main parent menu, even when the content is larger. How do I make the menu go wider as per the content in it. Now…
esafwan
  • 17,311
  • 33
  • 107
  • 166
10
votes
2 answers

Remove delay of Superfish dropdown menu onmouseover, while keeping the Hoverintent delay onmouseout

I'm having trouble removing the initial delay of the Superfish dropdown fix. My client wants a delay onmouseout, but not a delay onmouseover. I've got a pure CSS dropdown menu (identical to the Twentyten dropdown menu) and am applying Suckerfish.js…
chocolata
  • 3,258
  • 5
  • 31
  • 60
8
votes
3 answers

How can I open a Superfish jQuery Menu on click rather than hover?

I've had a quick browse around the web for an implementation of Superfish menu by Joel Birch that works on onclick, rather than hover. Found this link by Karl Swedberg at Github, which looks like the ticket. https://gist.github.com/917446 It works…
Squiggs.
  • 4,299
  • 6
  • 49
  • 89
8
votes
2 answers

How do I make my DIV display ontop of a Silverlight application?

I have a Silverlight application that needs Drag-And-Drop functionality because I allow the user to drag and drop files to upload into the system. However I am running into an issue where the navigation always falls behind the Silverlight…
Mark
  • 3,717
  • 3
  • 33
  • 48
7
votes
2 answers

Jquery - How to detect if elements gets hidden by a overflow:hidden; container?

I have this problem and I'm yet on a conceptual level of understanding, how can we detect if a given element is outside the container (a container with overflow:hidden; property declared); Here's the context of what we want: Let's image we are…
MEM
  • 30,529
  • 42
  • 121
  • 191
7
votes
1 answer

Superfish menu color?

How do I change the color of the superfish menu?
6
votes
3 answers

Rails 3.1, assets pipeline and IE 6 & 7 in production mode - some CSS & js are not loaded properly

Trying out my Rails 3.1 app in production mode ( Debian 6, Ruby 1.9.2, Passenger). I tried it out using IE 6 & IE 7 and some of the assets are not loaded properly. Everything works fine in dev mode. Some css & js are not loaded properly, thou all…
konung
  • 6,908
  • 6
  • 54
  • 79
6
votes
3 answers

Z-index problem in IE7 with jQuery Superfish menu plugin

I needed to modify jQuery Superfish menu plugin to accommodate using image for the menu. 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…
shin
  • 31,901
  • 69
  • 184
  • 271
5
votes
1 answer

Bigcommerce - How to make side subcategories only display when parent category is clicked on?

I literally spent hours trying to do this, yesterday, and found one great answer here: stackoverflow.com/questions/11056808/big-commerce-hover-menu but I can't seem to figure out how to apply it to my store. Basically, Bigcommerce uses a snippet of…
Trevia
  • 51
  • 1
  • 3
5
votes
4 answers

How to make superfish menu open backward when there is not enough space?

How to make superfish menu open backward? I embedded a supperfish menu to my facebook application on fanpage, there is not enough space for the menu expand fully because it runs in iframe. How can I solve this issue by using superfis, or any other…
hungneox
  • 9,333
  • 12
  • 49
  • 66
4
votes
1 answer

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…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
4
votes
2 answers

How to remove spacing between superfish menu ul and parent div

I have menu made with Superfish jquery plugin http://users.tpg.com.au/j_birch/plugins/superfish But i have some problems with that, it is added padding when i view my page in Firefox, Chrome and IE: Here is the jsfiddle sample…
jason
  • 379
  • 1
  • 8
  • 18
4
votes
2 answers

Disable superfish on resize event

I'm trying to combine the Superfish jQuery plugin with Nathan Smith's adapt.js snippet, which dynamically loads in different CSS files depending on browser width. I want to disable/replace/something the Superfish menu when in mobile mode, because…
melat0nin
  • 860
  • 1
  • 16
  • 37
4
votes
1 answer

jQuery superfish menu / hover on iPad, iPhone etc

I am using the jQuery Superfish plugin on a website I am working on. Works fine so far. Problem is: I have to optimize the site for mobile devices like iPad etc. After I click on a menu item the menu doesn't close itself as long as I click any…
maze
  • 215
  • 2
  • 5
  • 9
1
2 3
19 20