I tried referencing the nice menus module but apparently this problem is theme specific. Anyone else have this issue?

Comments

Triskelion’s picture

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).

fuquam’s picture

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;
}
Kisugi Ai’s picture

Status: Active » Closed (fixed)

closed -- issue fixed for 2 weeks with no activity.