Navigation falling behind jquery slideshow

Hello,

http://vismarkgroup.com/dev/neo/index.php

My slideshow is covering the dropdown under products in IE… how can I fix this? I tried giving my nav a 501 z-index, and the slideshow a 0 z-index but no luck…

Any ideas?

that did the trick!!

thanks!

I checked in FF 3.6 and dropdown seems to be covered by slider.

add “position:relative” to “ul#nav”; works for me. :slight_smile: