On Wednesday 03 December 2008, elvisparsley wrote: > I have images with jquery cycle under superfish. > Dropdown submenu of superfish over the images goes behind the images. > > I put z-index: 100; for the superfish menu and it works with firefox > but not with IE. > > Can anyone help me out with this problem? > > Thanks in advance.
I've had a similar problem recently which nobody could answer. However, what I found is this: if you have an element that is floating and has a position of "relative", superfish will go below it in all IE versions I have to test (not firefox,chrome or safari). Remove the "relative" positioning and everything is fine, but it might screw up whichever element you have that shines thru. I don't know if that's the same issue you have, but symptoms sure look very similar. HTH Uwe