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

Unable to initialize plugins with jQuery(document).ready after minified code?

trying to consolidate my JS so I've got a number of jQuery Plugins such as Superfish minified within one JS file and just below, in the same file, I initialize the various plugins within jQuery(document).ready, but console is showing undefined…
experimenter
  • 768
  • 1
  • 9
  • 30
0
votes
1 answer

text-indent inheriting in superfish children

I'm trying to replace the top-level navigation of my site with images instead of text. I have this so far, which hides the text off-screen and puts up the image for a specific menu item. #menu-item-982 a { background: url('image.png'); …
Jay
  • 168
  • 4
0
votes
2 answers

How to center a superfish sub-menu under it's parent?

I have a superfish menu on my site. I am trying to find a way to center the sub-menu under it's parent. Right not the sub-menu is aligned left. My website My menu css: /* Custom Styles */ .sf-menu { float:left } /* 1st level links, no hover, no…
webmasters
  • 5,663
  • 14
  • 51
  • 78
0
votes
0 answers

Superfish jQuery tooltip popup div allowing events underneath

I'm using Superfish to popup tooltips when you mouseover an item in a list, which works swell, but the popup div allows other items below that to trigger popups when the mouse rolls over the underlying listitem. In other words, though the popup…
gtr1971
  • 2,672
  • 2
  • 18
  • 23
0
votes
1 answer

Background image not displaying in link or hover states in IE7 and IE8 only

I am using a superfish menu to show a cart icon. When hovering over the cart icon the menu drops down. The link state contains a background image of a shopping cart. When hovering over the link, the background image is being switched to a darker…
boggsey
  • 152
  • 10
0
votes
1 answer

Img source changes on hover and focus change to red X in IE when clicked

I'm working with the superfish menu and had to replace all background image changes to changes due to some accessibility guidelines I am forced to follow. So the menu is made up entirely of images with text in them. In IE, when you…
NJW
  • 1
  • 1
0
votes
1 answer

superfish items ' width aren't correct in IE 6,7

I have installed superfish module in joomla 1.5 . I have a problem in IE 6,7 . the width of 'li' elements are not calculated correct and this causes some items fall down. unfortunately I am working on my pc and cann't uploaded it somewhere to show…
hd.
  • 17,596
  • 46
  • 115
  • 165
0
votes
2 answers

Superfish Menu in Wordpress header creating Scrollbars on dropdown

So I've tried looking through all of the posts on here, but I can't find my issue replicated anywhere (although that my speak more to my google abilities than to the uniqueness of my situation) Basically I have a wordpress-based website…
0
votes
1 answer

WP + Superfish: Child menu item has hover/active applied when on parent page

The site: http://coqinn.lexcorp.ca/rooms-and-suites/ Hover over the Rooms & Suites menu item and you'll see what I mean, I need to make it stop doing this. It's not a major concern if the appropriate sub-menu item shows which is active, but I would…
Klikster
  • 1,154
  • 12
  • 24
0
votes
1 answer

Superfish Menu Wraps in IE9 and Mac Safari

I have implemented Superfish in a pretty basic custom Wordpress theme. The padding and / or spacing of the top level menu items is off in IE9 and also Mac Safari. I can't figure out what is causing the problem or how to fix it without affecting the…
Cynthia
  • 5,273
  • 13
  • 42
  • 71
0
votes
1 answer

Superfish text color in menu?

I want to have different text color for items in menu and sub-menu. Can I do that with css only, without having to modify the html, by adding a different class to items in sub-menu?
0
votes
2 answers

Css child selector :first-child, but select all children in targeted selector

Not sure if the title is a little vague or not, However, lets say you have.. .topactive a:focus, .topactive a:hover, .sf-menu a:active:first-child, .sf-menu li.sfHover:first-child { } and in your html your looking at: all the ul and li class…
zomboble
  • 835
  • 2
  • 10
  • 23
-1
votes
1 answer

Superfish Function Error

When I view my page with Firebug I get the following error message: jQuery("ul.nav").superfish is not a function I have it targeting my class of nav. I can supply more code if needed but I was wondering if there is something I am missing which…
-1
votes
2 answers

Superfish menu dropdown Effects

I'm using superfish menu my question is How many different types of menu drop-down default animations in superfish menu. I search but getting two animations fade and slide-down. Is there any other default animations in superfish?
Husna
  • 1,286
  • 4
  • 19
  • 48
-1
votes
1 answer

Super Fish Menu in wordpress

I have made theme in WordPress where I am using Super Fish menu problem is it is working perfectly but when I make it responsive to mobile view it disappear, but on html it is working perfectly. I am using following codes. I also tried…
Kamal Panhwar
  • 2,345
  • 3
  • 21
  • 37
1 2 3
19
20