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
4
votes
2 answers

Superfish main menu children are breaking on certain pages

Preface I have a (Superfish JS) horizontal main menu in my Drupal 7.38 site. Some of it's links being opened for sub menus, and These sub menus contains the children of the parent links. This menu appears in the header section of the site, and in…
user3578082
4
votes
2 answers

Switch between Superfish and FlexNav depending on window width

I am trying to use 2 jQuery navigation scripts on one page (Superfish for desktops and FlexNav for mobile). I am currently using matchMedia along with the polyfill by Paul Irish to respond to CSS3 media query state changes within JavaScript. The…
4
votes
2 answers

jQuery superfish adding overflow hidden on ul tags when using box-sizing property?

I'm having a weird issue with jQuery superfish menu plugin everything is working properly when using animation: {opacity: 'show'} and the inline styles applied to ul elements are: display: none; visibility: hidden; I want to use animation: {height:…
Pierre
  • 12,468
  • 6
  • 44
  • 63
3
votes
4 answers

How to make Superfish menu horizontal width 100%?

I am using Superfish 1.4.8 as a horizontal menu The menu is inside of a fixed-width div of 900px I would like Superfish's width to be 100% (900px), and have each li's width automatically scaled depending on the number of items. The number of items…
samJL
  • 737
  • 2
  • 11
  • 27
3
votes
1 answer

Superfish-style dropdown menu won't show in IE

I've disabled the superfish js for now so it's pure CSS. The URL is http://pittsculture.studiotwo.com/category/outdoors-recreation/. It looks fine in FF and Chrome. But, believe it or not, IE has a problem with the dropdowns (e.g., under Outdoors…
lancemonotone
  • 135
  • 1
  • 12
3
votes
1 answer

Superfish dropdown menu not working in IE7

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…
Montana Flynn
  • 299
  • 1
  • 4
  • 10
3
votes
1 answer

superfish dropdowns to be columned when there are 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).…
ocergynohtna
  • 1,703
  • 2
  • 21
  • 29
3
votes
3 answers

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…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
3
votes
6 answers

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…
machineghost
  • 33,529
  • 30
  • 159
  • 234
3
votes
2 answers

jQuery superfish menu TypeError: o is undefined clearTimeout(o.sfTimer);

I have 2 menus on my site both being called with the .superfish() below. $("ul.sf-menu").superfish(); The code works fine if we're actually in the footer menu, but if we're in the header menu I get the error below: TypeError: o is…
Catfish
  • 18,876
  • 54
  • 209
  • 353
3
votes
1 answer

Menu not displaying with Superfish HTML and CSS

I had posted what I guess was a too specific question earlier. Let me rephrase it with a general problem I am having. I have one html file that is linked to a css file. I have superfish.js in a js folder in the same directory. The menu does not…
user-2147482637
  • 2,115
  • 8
  • 35
  • 56
3
votes
3 answers

Superfish Menu - Display subitems left if there is not enough screenspace on the right

I have 3 level menu. I want the sub menus to be open in left direction instead of right when there is not enough screenspace to show them. Please take a look at the screenshot to get the exact idea. I want to use the onBeforeShow() function of…
Jake
  • 25,479
  • 31
  • 107
  • 168
3
votes
1 answer

Uncaught ReferenceError: jQuery is not defined

I am getting this error only in chrome for superfish drop down menu. It works fine in Firefox, and IE. It does not work in Chrome. The menu instead of being horizontal list itself Vertical. domain name of clients actual site has been changed below…
n_starnes
  • 376
  • 1
  • 6
  • 20
2
votes
4 answers

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…
Zachary
  • 169
  • 1
  • 9
2
votes
1 answer

How to correct styling in a horizontal 2 level superfish menu

I have a horizontal superfish menu with two levels. When I hover over a first level link, the second level drop down appears approx 2ems lower than the bottom of top level links although firebug says the style is: .sf-menu li:hover > ul, .sf-menu…
Ashlar
  • 636
  • 1
  • 10
  • 25
1
2
3
19 20