Z-index issue

http://www.morgancc.edu/home-2

On the page above if you hover on the top navigation bar, you’ll notice that the menu drop-downs go behind the image rotator. I’m pretty sure this is a z-index issue on the menu, but I don’t know where in the code it needs to be fixed.

Any help would be appreciated! Thanks!

Try addressing the parent of the menu.e.g.


#header{position:relative;z-index:99}

Yep, on the images rotating you set some z-index’s (1/2/3 etc). Just givethe parent a higher z-index :slight_smile:

#header{position:relative;z-index:15;}