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
1
vote
2 answers

Superfish Drop Down Menu's IE

I am using drop down menu's on a website they work perfectly except for IE. I have spent the last two hours trying to figure this out but i just cant seem to work out what the issue is. I am using superfish for the menu's and once you mouse off the…
Xavier
  • 8,244
  • 18
  • 54
  • 85
1
vote
2 answers

CSS Superfish Menu level 2 covers up level 1 Menu element

I have a CSS related Problem with my superfish menu on http://redaxo.witconsult.de after figuring out most of the problems I now have the following issue: The menues where a 2nd level element is needed (submenues) blocks the level 1 element. The 1st…
j00ls
  • 95
  • 2
  • 14
1
vote
1 answer

css inherit is getting me down

I am currently working on a menu that uses superfish. It is completely customizable via css but I am experiencing a very very frustrating problem. The 2nd tier menu somehow inherits values from I-know-not-where and whatever I do to change it…
j00ls
  • 95
  • 2
  • 14
1
vote
1 answer

JavaScript error only in IE8 compatability mode and IE7

I am getting an annoying error only in IE7 and IE8's compatibility mode. FireFox and other browsers work fine. The site is here: http://174.136.92.214/test/test.html Looking at the error and the code seems to show that something is wrong inside the…
1
vote
1 answer

Prestadhop 1.6 superfish menu hover to click

Hello i'm working with presta 1.6 and i want change the hover of sub menu to click and still hovering in the menu(mother menu) but i try many time with any success result the problem in superfish-modified.js .. any one can help and thnx this the…
1
vote
0 answers

Overlay flickers when jQuery superfish menu is open

I'm using the jQuery superfish menu and I need a slight body overlay color when a dropdown menu is open. My idea was to do this with a body:after element set to position fixed and the use jQuery to check the hover of the…
Conflock
  • 11
  • 1
1
vote
2 answers

superfish - How to disable the top level links

I use superfish Menu Plugin - v1.7.4 and I want to disable the links of the top level. I tried the following: $(document).ready(function() { // does not work 1: $('div#block_top_menu > ul.sf-menu > li > a.sf-with-ul').bind('click', false); //…
Atara
  • 3,523
  • 6
  • 37
  • 56
1
vote
2 answers

superfish drop-down menu displaying underneath div below it

Example of what it is doing: http://screenr.com/k2X I set the z-index of div class="container_12 header" to 2 and the div class="container_12 content" to 1 the ul class="sf-menu" is set to 99, which is within the container_12 header div I've had…
Brad
  • 12,054
  • 44
  • 118
  • 187
1
vote
0 answers

Superfish dropdown with Bootstrap?

How is it possible to combine the nav-pills of bootstrap and the sf-menu of superfish? I simply tried to use them both. .. but surely they conbtradicted…
elyahu
  • 165
  • 3
  • 14
1
vote
1 answer

superfish vertical menu

Im using jQuery with superfish vertical menu. My menu is positioned at the bottom of my page so the menu slides up, however, on hover of the menu items the sub items get lost at the bottom of my window. Below is a crude example of whats happening. …
Dooie
  • 1,649
  • 7
  • 30
  • 47
1
vote
2 answers

Superfish Supersubs
  • menu items width
  • I've been stuck on this one for some time now and would really appreciate some assistance. I'm developing a superfish horizontal dropdown menu. I would like to know how to, using supersubs, set the width of the dropdown menu items to that of the…
    Bob
    • 3,074
    • 11
    • 43
    • 62
    1
    vote
    1 answer

    SuperFish Menu prevent hiding element with a specific class

    I have superfish menu and I want it to behave as expected in all cases except I have some submenu items that I want to always have open. I have given them a class of sf-exclude
    Jon
    • 997
    • 9
    • 16
    1
    vote
    2 answers

    SuperFish Menu sub-menu arrow styles

    How do I change the style of the arrows on the Superfish menu? I can't find any styles anywhere but my layout stylesheet and it has nothing defining the arrows. The second level menu has the sf-arrows class and it shows a down arrow vs. a right…
    MB34
    • 4,210
    • 12
    • 59
    • 110
    1
    vote
    4 answers

    Jquery Superfish menu - How to slide up?

    This is the jquery code for superfish menu plugin (after some revisions of mine). I'm looking to add an effect (either through superfish or adventitiously) that would cause the submenus to slide up on mouseout (just as they slide down when you hover…
    Gal
    • 23,122
    • 32
    • 97
    • 118
    1
    vote
    2 answers

    Javascript performance issue

    I've built a top menu based on superfish, but the amount of displayed items in the menu is huge. And there is also alot of jquery on the top menu. Now to the problem, everytime I load any page that has the menu, the browser(ie7) feels like it looks…
    Daniel
    • 381
    • 2
    • 12