Questions tagged [suckerfish]

53 questions
0
votes
2 answers

Son of Suckerfish dropdown menu alignment in IE7

I used Son of Suckerfish dropdown menu on my website. It looks fine in all browsers (including IE8 and above) but when in IE7, when I hover on the button, the dropdown menu does not appear below the button. Instead, it appears to the right of the…
doodoodukes
  • 148
  • 3
  • 12
0
votes
1 answer

Suckerfish drop-down - IE6 & 7 alignment issue

On this page there is a navigation menu. I'm using the suckerfish dropdown and i have modified it slightly to incorporate images(top portion of nav; each is an image). Everything looks & works fine in all modern browsers. Yet in IE6 & 7 when user…
chaser7016
  • 595
  • 2
  • 10
  • 28
0
votes
1 answer

Son of Suckerfish Menu in IE8 closes before links can be selected

So, I've managed to get a "Son of Suckerfish" menu to work in IE8, great. However, there is a problem with the menu in which it doesn't stay "open" long enough for users to click the revealed links. As soon as a user's cursor leaves the link…
N. Ali
  • 17
  • 2
  • 6
0
votes
1 answer

Internet Explorer issue with sukerfish drop down menu

Im having an issue with a drop down menu in IE only and Im getting varied results to different version. The navigation I'm reffering to is found here: http://lt.philosophydesign.com/ It works and displays fine in Firefox/Safari/Chrome. It displays…
Scott
  • 3,967
  • 9
  • 38
  • 56
0
votes
1 answer

Suckerfish drop-down onclick

On this page in the right column are four nav items. The first nav item "The Baltimore Orioles," onmouseover shows 3 sub nav items. How do I get rid of onmouseover and have it show the 3 sub na only when user clicks? I added onclick to the script…
chaser7016
  • 595
  • 2
  • 10
  • 28
0
votes
1 answer

Superfish dropdown clipped by table bounds

I am having a problem using Superfish dropdowns inside a jQuery grid. It looks like the dropdown is being clipped by the table bounds. I’ve researched this and it seems to be a z-index issue except that I have tried various combinations of z-index…
rboarman
  • 8,248
  • 8
  • 57
  • 87
0
votes
1 answer

Why is my Suckerfish-as-tooltip solution indenting elements progressively?

I am using lightly adapted Suckerfish menus to provide a (1-deep) tooltip solution. It is working fine in most senses, and seems like the right solution. However, while I want all the checkboxes on the screenshot below to align to the left of the…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
0
votes
1 answer

What is the problem with horizontal menu and IE7?

I made horizontal menu with some sub-menu items. Unfortunately I third level sub-menu items does not appear in IE7. Whole html, css code and working menu you can see at https://jsfiddle.net/XzCMr/ How I found out, IE7 hides third level in second…
Bounce
  • 2,066
  • 6
  • 34
  • 65
0
votes
1 answer

Suckerfish menu drop down not showing in IE6 and IE7

Normally I would post the code of just the menu but the menu on its own works but when put in the surrounding code this menu fails to work in IE6 and IE7. So the menu can be found in use here: http://block.pd.alphaready.com/ I think the problem I am…
Scott
  • 3,967
  • 9
  • 38
  • 56
0
votes
2 answers

How do I make a suckerfish/superfish CSS dropdown that sticks to the right hand side of the page?

I am developing a CSS dropdown menu based on the suckerfish CSS. I would like to put it on the right hand side of the page but the menus extend from the leftmost edge of each menu to the right, instead of from the rightmost edge of each menu to the…
joeforker
  • 40,459
  • 37
  • 151
  • 246
0
votes
1 answer

dropdown hidden behind divs in IE7

Hi I've finally got Suckerfish working and styled but in IE7 it is hidden behind the divs below it. See the dropdown on the 'Your Video/Pics' button here. I know usually a z-index would solve the issue but in this case it seems not. Can anyone…
morktron
  • 915
  • 4
  • 17
  • 31
0
votes
2 answers

Suckerfish drop-down submenu not aligned with main menu

I'm quite new with CSS so any help greatly appreciated. I'm currently using the Suckerfish script for my CSS menu, only because IE still exists. However, I can't get the second level menu to align directly under the first level -- not just IE, but…
jade
  • 1
0
votes
0 answers

SuckerFish DropMenu Hides under web content

Drop Down menu hides under the web content, I tried to resolve the issue by making changes to z-index but no luck. This issue is with IE only. Please advise. Here is link of my website
0
votes
1 answer

Left Aligned CSS Drop-downs

I have a website with your usual 2 level navigation in the form of a dropdown using Suckerfish and the
  • construct to create the menu. The problem is the menu is right aligned on the page, thus I'll need to make the dropdowns push out to the…
Meep3D
  • 3,803
  • 4
  • 36
  • 55
0
votes
2 answers

Flyout menu with scrolling

I'm trying to create a flyout menu that has scrolling build in if its larger than the screen. I can't seem to figure out how to do this with the native overflow-y scrolling properties. Everytime I seem to set that overflow-y:auto then the the menu…