I tried referencing the nice menus module but apparently this problem is theme specific. Anyone else have this issue?
I have the same issue with the suckerfish menus expanding behind exposed filters in views. Works correctly in Firefox, but not in IE (tested 5.5 and 6).
I fixed it and now I can't remember exactly how. Try adding this to the bottom of your nice_menus_default.css file and let me know if that works.
ul.nice-menu-down ul { z-index: 6; } ul.nice-menu li.over { z-index:1000; }
closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
Triskelion commentedI have the same issue with the suckerfish menus expanding behind exposed filters in views. Works correctly in Firefox, but not in IE (tested 5.5 and 6).
Comment #2
fuquam commentedI fixed it and now I can't remember exactly how. Try adding this to the bottom of your nice_menus_default.css file and let me know if that works.
Comment #3
kisugiai commentedclosed -- issue fixed for 2 weeks with no activity.