PDA

View Full Version : Z-index problems



terrycr
11 Jun 2007, 04:49 PM
Could someone please help with my coding. On the following page my drop down menu (where it reads "Products") opens up behind the Image scroller.

I have tried Z-indexing the menu to "100" and the java applet to "1"-- still doesn't work.

Here: http://promerus.net/sbna5/SBNA/indexnew.htm



HELP....

Thanks,
C. Terry
RooKaps.com

Wickham
12 Jun 2007, 02:11 AM
The z-index is almost certainly working, but only for the height of the main menu items, not the drop down menus.

I don't have much confidence that anything can work but you could try one of these:-
- Make the "drop down" menus "drop up" by changing the positions from positive to negative in the Dynamic Drive javascript (I know this would be possible but I'm not good with javascript so you would have to take advice).
- Leave space above the scrolling images.