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

Dropdown (Superfish) menu appears behind Flex Slider in IE 7/8

The website: http://club16.abcguide.com/ The drop down menu items appear behind the Flex slider in IE 8 for the client, and IE 7 in my compatibility tester. Help is appreciated in regards to this, thanks!
Klikster
  • 1,154
  • 12
  • 24
2
votes
1 answer

jQuery SuperFish Error: jQuery("ul.sf-menu").superfish is not a function

I am having problems with my superfish drop down menu - it was working fine before i added the jQuery.Columnizer to my project. Taken out the columnizer jQuery fixes the problem for the superfish.js - however when both are enabled and running the…
mjcoder
  • 1,009
  • 9
  • 25
  • 45
2
votes
2 answers

How to fadeOut jquery Superfish on rollout ?

I am using query super fish and i would like to fadeout the menu on rollout. how can i do this ?
rogaroga
  • 48
  • 3
2
votes
2 answers

How to center a superfish menu in wordpress (in IE7)

I have a wordpress blog with a menu I wanted to style as a superfish dropdown menu and I followed this tutorial: http://kav.in/wordpress-superfish-dropdown-menu So far the menu looks great but I need it to be centered instead of aligned left. Here…
Elaine Marley
  • 2,143
  • 6
  • 50
  • 86
2
votes
0 answers

Superfish Menu Dropdown Animations

I'm using superfish menu for drop-down animations I added animate.css plugin problem is when I apply animation after animation complete drop-down disappear I want to stay dropdown few sec.Using jquery Is there any other way add or Remove…
Husna
  • 1,286
  • 4
  • 19
  • 48
2
votes
2 answers

Active links jquery superfish

I have a question. I use jquery superfish menu with the following structure
2
votes
3 answers

jQuery fadeIn/fadeOut IE cleartype glitch how to fix transition

Well, this is a well known bug with IE and jQuery: IE is losing ClearType What I am asking: is it possible to somehow remove that ugly transition effect, before the "fix" is applied. Test this in…
Denis Biondic
  • 7,943
  • 5
  • 48
  • 79
2
votes
0 answers

Superfish menu on mobile - touch a link and it loads the link (page) and the submenu at the same time

Superfish 1.75 HoverIntent 1.8.0 jQuery 1.10.2 Touching a menu item on mobile device using Superfish, the following behaviour is expected, as noted on Superfish website: Supports touch devices. On Android, iOS, Windows Phone 7 and IE10 (with…
UTN
  • 167
  • 1
  • 11
2
votes
1 answer

z-index issues with jQuery Tabs, Superfish Menu

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…
NightMICU
  • 9,000
  • 30
  • 89
  • 121
2
votes
0 answers

Superfish dropdown menus stay open after hovering on then off of them in Drupal 7

I have a Superfish Horizontal menu (drupal 7). When I hover over a menu item with a subpage the dropdown menus appear but DO NOT disappear when I hover over other menu items (see below). They all just stay open. I dealt with this before with…
Jeff Lyons
  • 21
  • 2
2
votes
0 answers

Superfish menu disable hover event in mobile resolution

I'm using Superfish v1.7.4. I need to disable Superfish menu effects in mobile resolution. Here is my code.
2
votes
1 answer

how to remove SF Visual Search banners by superfish.com

I have some boring SF_VISUAL_SEARCH (by superfish.com) banners into my Google Chrome. They only appear in e-shops offering similar products to those that I'm looking at. No estensions and no software installed. Maybe some other extensions have the…
2
votes
6 answers

Populating Drop Down Menu from PHP/MYSQL Select Values. How to rearrange output

I'm going to go ahead and show how the current HTML output looks and in the same fiddle below is how I wish the HTML to be output: http://jsfiddle.net/xQ95X/3/ Everything works great, I just need this HTML structure for the jQuery plugin (Superfish)…
rowefx
  • 265
  • 2
  • 9
  • 26
2
votes
5 answers

Jquery Superfish problem in IE7

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…
Zanfe
  • 49
  • 2
  • 4
2
votes
1 answer

superfish menu sub menu centered

I have centered the Superfish Navbar menu on the page but struggling to find a way to center the first level sub menu on the page. I couldn't post an image here as I do not have 10 reputations.
Sathesh
  • 41
  • 3
1 2
3
19 20