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

Integrating Superfish Into Wordpress

Im having trouble loading a superfish menu into Wordpress! i believe i have coded the js and css into the header correctly, as well as amended the wp_menu correctly. But it makes the menu disappear! Please could someone have a look at my code and…
Kirsty Marks
  • 483
  • 8
  • 29
0
votes
2 answers

Superfish 3rd level menu partially "on top" and partially "on bottom " in IE

I have a superfish menu that works great in Chrome, Firefox, and Safari, but not IE (I know, I konw... common problem). My problem is that my third level menus appear "partially" on top of the 2nd level menus, but not entirely. The border and…
Chet at C2IT
  • 549
  • 6
  • 21
0
votes
2 answers

Inline css for superfish

I am trying to modify my navbar submenu and was able to find what it is. on the code below, I just need to change the width from 12em to "auto" to fix the submenu. Currently, the text overlaps the background. element.style { float: none; width:…
chrispp
  • 17
  • 3
0
votes
1 answer

superfish.js same method duplicate

I tried modify superfish.js - superfish menu based on JQuery. I have this function and work is great showSuperfishUl : function(){ var o = sf.op, sh = sf.c.shadowClass+'-off', $ul = this.addClass(o.hoverClass) …
samuk
  • 157
  • 1
  • 3
  • 19
0
votes
1 answer

How do I fade in vertical menu child items using Jquery

Here is my vertical menu http://jsfiddle.net/3PD7D/13/ If you hover over the menu items named folders nothing happens however if you go to where the menu items should appear(to the right of the "folder" menu item(s)) the jquery fades in the submenu…
user1374985
0
votes
1 answer

HoverIntent & SuperFish Flicker

I've got a weird issue on this site http://bit.ly/MJ8KT6 which utilises the HoverIntent & the Superfish menu solution. I'm running a 0.2s delay on the main sub menu at the top of the website to help prevent users mousing off the sub-menu. This works…
Sahus Pilwal
  • 97
  • 2
  • 7
0
votes
1 answer

Superfish menu customization in DNN

I want to add Home to my nav menu links ..but In Superfish as you know...all this menu thing is created by Superfish.js file and I am unable to add this by customizing that .js script. Just check the…
Phillip Mclauren
  • 417
  • 3
  • 17
0
votes
1 answer

How to get superfish sub menus top-aligned?

On the example here each submenu will be aligned with the item you positioned the mouse over. However, because my menu contains very many items, I would like each submenu to be top-aligned with the column (ie. the parent ul) of the item, not the…
marlar
  • 3,858
  • 6
  • 37
  • 60
0
votes
0 answers

superfish ie8 visited menu changes size

I have a site cmse.bemoore.com. If it is viewed in IE8, when you click on the superfish menu, the size changes. This doesn't happen in any other browser I have tested. How do I fix this? Thanks
bemoore
  • 84
  • 7
0
votes
2 answers

Check if an

I'm using superfish with the supersubs plugin plugin for my main navigation. That works perfect, except of one little problem. Some of the Submenu-ULs contain font-icons, that are embeded in i-tags, others don't. I think, the problem is, that the…
0
votes
1 answer

Superfish menu - submenu - get many items to break

I have a long list with subitems which fall into the same category. As the submenu is growing, I want the submenu to break over in listing the sub menu items in 2 columns. Anybody out there knowing the trick how to do that? see here illustrated my…
Jeannine
  • 3
  • 2
0
votes
1 answer

Superfish horizontal nav-bar css issue

I am currently using the horizontal nav-bar created by Superfish (http://users.tpg.com.au/j_birch/plugins/superfish/#sample4) on my website www.bonusrunner.net (Under construction :) The .css and .js files can be downloaded here:…
Casper Slynge
  • 344
  • 2
  • 9
  • 19
0
votes
2 answers

Grey out CSS Superfish menus

I wrote a script that when certain buttons are clicked on the webpage, the entire page gets greyed out until the user clicks either 'yes' or 'no'. This seemed simple enough, but I'm running into conflicts with the menus that I am using from…
pr-
  • 402
  • 2
  • 9
  • 18
0
votes
2 answers

Menu won't align properly

I have a css menu and i need the children to align with the parent menu. I just can't seem to get this right. I've tried several things but the menu just won't center with the div. How its supposed to look like: Here's the…
thecodeassassin
  • 816
  • 10
  • 24
0
votes
0 answers

Superfish dropdowns - apply to only one top-level LI possible?

I am applying Superfish to a menu, but only one top-level LI actually requires it, I would prefer the other LI items not to have it! Since wordpress PHP is generating the source I thought of one way to do it - just use JQuery to remove any UL…
Luke Barker
  • 915
  • 7
  • 14