Closed (outdated)
Project:
Superfish Dropdown Menu
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 16:33 UTC
Updated:
25 Jul 2023 at 22:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mehrpadin commentedServus,
I see, it's that the child menu - like all the other child menus - has
top: 0;, I guessbottom: 0;can somehow help us here, but need to test it; will add it to my to-do list so it'll be diffidently fixed in the next version, vielen dank :)Comment #2
grossmann commentedHello,
thanks for your hint here. I tried around and found a solution - see comments (sorry I tagged this as php code which it isn't, it's javascript, but it gives a nicer syntax highlighting).
As you see I defined
bottomnot withmenuParentHeightbut instead I get the paddingBottom value and substract it frombottomto align it with the parent.Maybe this is a help for your solution. I didn't test it with other setting of superfish so this may not work as a general solution.
I hope this helps.
Bitte schön ;-)
grossmann-mcs
Comment #3
mehrpadin commentedOh forgot this issue! fixed some time ago (development release with the master branch of the library)
Comment #5
mibfire commented$u.css('top', 'auto'); wont be removed after mouseout, so the submenu will be visible, instead of hidden with top: -99999em;!!!
Comment #6
mibfire commentedin superfish.js
This
should be
Comment #7
honza pobořil commentedHow is it going?
Issue is also at your demo page.
Comment #8
honza pobořil commentedUpdated to module dev and latest library for D7, still broken.
Comment #9
lobsterr commented