Css Menu falling behind jquery animation. Solutions

http://adciserver.com/dev/drew

Hover over any of the menus in the middle and you will see the problem I am encountering.

Is there a quick fix for this?

Thanks!

give this a try.

give ul.slideshow a z-index:0;

Hi, try giving #header_navigation a z-index:501 (to override the 500 set on the slideshow)

Thanks guys! I gave the slideshow z-index of 0 and it worked!

For whatever reason the z-index: 501; on the header_navigation didnt work?

It did when I tested it, a change must have bgeen made in the page since I last looked :).

Either way, you got it sorted :).