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

Superfish dropdown position

Does anyone know if it is possible to have different positions for the dropdown UL's for superfish? I have a horizontal navigation bar, on the left side I would like the dropdowns to align to the left of the button, on the right side I would like…
tvgemert
  • 1,436
  • 3
  • 25
  • 50
2
votes
0 answers

Superfish menu - applying hoverClass onclick to non-sub-menu items?

Bit of a weird problem that I'm finding inexplicable - would appreciate any assistance! Unfortunately I can't provide a link to the development site in question, as I don't have permission to release the password, so I'll try to describe the issue…
2
votes
1 answer

Superfish Menu disappearing in IE9

The website I'm working on is www.shandon.com.au . It looks pretty well on every browser except IE9, where the navigation menu disappears (it uses Superfish JS). I'm running a Mac so I can test it only on IETester in VMWare, and if I don't move the…
Leonardo Rossi
  • 2,922
  • 2
  • 20
  • 28
1
vote
1 answer

Missing ; before statement in superfish

I've a problem in my superfish plugin. My site works great on my pc and demo site but in original host I have error in supefish.js firebug says "missing ; before statement" and locates this string : [Break On This Error] …
Mostafa Solati
  • 1,235
  • 2
  • 13
  • 33
1
vote
1 answer

Superfish - Current Sub-menu Always Show

I am using Superfish to show a horizontal menu on a website. Whenever I am on a page that is either the current menu item or sub-menu item, the sub-menu always show. When this happens, it overlaps other sub-menus when you hover the mouse over them.…
Daniel Harris
  • 1,805
  • 10
  • 45
  • 63
1
vote
0 answers

Superfish Full Width Mega Menu

I am Working on Superfish Menu to a FullWidth Mega menu. But I failed to get the position of dropdown as fullwidth; i.e streched along the entire length of menu rather than the absolute positioning I'm getting, Any suggetion with CSS will be…
Jaideep Singh
  • 589
  • 2
  • 8
  • 18
1
vote
1 answer

Menu w/ Superfish - Links not working on chrome

I have a menu with jquery plugin superfish. The problem is that the links, in Chrome can't be clicked. If I deactivate superfish menus work fine. I think it might be either z-index or markup but I can't find the error. The link is:…
jribeiro
  • 3,387
  • 8
  • 43
  • 70
1
vote
0 answers

Autoscroll the horizontal scroll bar to show menu

I have used the superfish JQuery for horizontal menu. My Problem is rightmost menu item if user hover the childmenu item displays but user need to scroll horizontally to see that childmenu. Is there any mechanism to resolve this issue by…
cissharp
  • 216
  • 1
  • 11
1
vote
1 answer

How can I re-initialize Superfish everytime the page post back?

I just found out about superfish and currently using it on an asp.net. The problem is every time the page post back superfish plugin disappear. The site needs to run on IE6 so the javascript part is very important I was thinking of creating a…
user107203
  • 13
  • 3
1
vote
1 answer

Superfish and hashbang

I am considering replacing querystrings with hashbangs on my public site, for better performance. Are menus like Superfish compatible with the hashbang? How can I trigger a content update when I click a menu item where only the hash part is…
Christophe
  • 27,383
  • 28
  • 97
  • 140
1
vote
3 answers

What does these lines of CSS do?

In the following lines (from superfish): ul.sf-navbar .current ul ul { top: -999em; } Does top: -999em have a special meaning? Why is the top set to a value that is not visible in the browser?
hpn
  • 2,222
  • 2
  • 16
  • 23
1
vote
1 answer

How to reduce the height of menu items in superfish?

I reduced the font size of a superfish menu using this code .sf-menu a { font-size: 15px; padding: 8px; } which also reduced the height of the menu items. When I hover on a menu item, the sub menu drops down (it is a horizontal menu), but…
user187809
1
vote
2 answers

fast Javascript templating engine that works with jQuery superfish?

I have a project with a very standard layout so I suspect this is a common problem: HEADER-CONTAINER DIV - includes superfish jQuery menu plugin but am open to other menu options if necessary. CONTENT-CONTAINER DIV - depending on the page,…
1
vote
2 answers

JQuery navbar hidden behind JQuery slideshow

I have a JQuery dropdown which is hiding behind a JQuery slideshow directly under it, here. I need to get the dropdown on top...I have tried z-index to no effect. From what I can see from doing research this is a fairly common issue...can anyone…
1
vote
1 answer

Horizontal submenu not working on iPhone (works on Chrome & Safari)

I've been working on my church website to get things updated and make it easier for volunteers to manage pages as well as menu's in a logical way. The menu system uses Superfish, with a top menu (working fine) and a secondary horizontal menu on some…
Sem
  • 21
  • 2