Position problem in IE only; with drop down nav and coda-like slider

Hi all!

I am using the superfish drop down menu with a coda-like slider. The menu appears as it should in all but IE. In IE (6/7 tested) the menu appears behind the slider, it (obviously…) needs to appear in front, and does so in all other browsers…

Site: http://roundcloud.co.uk/ddrive/

Please ask if you need any more info. All code is in dev so please do not critique format for now

Thanks in advance

Sincere thanks! That’s cracked it, I can now complete the site.

In IE7 and under its ultimately the positioned parent that creates the stacking level of its children so try addressing the main parent of the menu.

e.g.


[B]div#global_nav{position:relative;z-index:99}[/B]