Dropdown navigation menu hidden behing jpg

Hi all,

I have a navigation menu with one dropdown list. In some funny way the dropdown menu is visible in one page, over a flash animation, but covered on all other pages with jpg’s.
The page is www.cursos-chino.com, and the dropdown menu is on the 4th menu option.

Any suggestion to help me show the menu properly is welcomed.

Cheers.

The only browser I saw it working over the flash movie was FF
Try to give #navmenucontainer a z-index


#navmenucontainer {
height:45px;
position:absolute;
top:90px;
width:1000px;
z-index: 100;
}

Worked beautifully!

Thx for the hint!

Your welcome :slight_smile: Try to have a look at your anchors! They are moving all over the place on hover. It has something to with the bold hover state I guess