Submenu hides behind slideshow

Hi guys,

I just incorporated this slideshow to the home page of this website.

http://designingyours.com/KMMED/

If you hover over Polysomnography link a submenu should slide down with three links.

The third link is obviously not visible as it is hiding behind the slideshow.

Is this a z-index fix? That’s the only thing I can think of, unfortunately I can’t test this right now, just wanted to see if anyone knew what was up?

Thanks

Yup, add the z-index property to #slider and give #nav a higher z-index value than #slider.

Hi, it’s working for me?

But as Victorinox says, all you need to do is make sure the nav gets a higher z-index. Higher means it’s on top of the others :).