I am using the superfish
plugin for jquery
here: clicky
it works fine in all modern browsers FF,Safari, Chrome, IE8
but it seems like the z-index is not working in ie6 and 7
you can see the menu is appearing, but being cut off by the elements below it.
I have tried adding a z-index everywhere I can think of but nothing seems to fix this.
How can I fix this?
Thanks!!!
Using superfish with IE you should use the bgiframe plugin. From the superfish FAQ:
Thanks to Emily on this other Stack overflow question for pointing me in the right direction.
.sf-menu li
I don't have IE6 handy right now so I can test for you.
You could try adding "position:relative" to the elements you are applying z-index to.