My page is setup in a simple table. My menu bar is javascript, and my fading slideshow is also. My fading slideshow is in an empty div within the table, and seems to be 'floating'.
When you use the pop up menu, it goes underneath the div, so you can only see the first selection of the menu.
Is there any way to push the div to the back, or make the popup menu pop 'over' the div??
just figured it out, the issue was with the DIV. in the style sheet all I needed to add was "z-index:-1;", which pushed the slideshow div to the back, revealing the menu.