Click to See Complete Forum and Search --> : Pulldown menu with multiple frames drops behind form field


theekx
07-28-2003, 02:51 PM
I am using a product that I purchased over the internet that allows me to use a pull down menu (POPUPMenuPro5.1) over two frames. The main menu is displayed in the upper frame and the menu options are displayed in the lower frame. When I MouseOver a menu in the top frame the options appear in the lower frame. If I am displaying a form in the lower frame, the options drop BEHIND teh form field(s). How can I force the menu to drop down in front of all form fields in the lower frame?

Thanks.

P.S. I am a newbee and appreciate any help that can be provided.

xataku_nakusute
07-28-2003, 04:23 PM
you can do so by setting the z-index property of the menu to something like....10, or 100

eg:

<sometagname STYLE="Z-INDEX:100;">

you can also do the same by setting the z-index value of the actually form to a negative integer

pyro
07-28-2003, 04:31 PM
This won't, however, work in the inferior IE... It seems to have quite a hard time with CSS, and this is another example...

xataku_nakusute
07-28-2003, 04:48 PM
true..