popup menu show on top of frame? help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I created a menu, all with javascript, inside the top section of a 2 part
frame.
It is opening fine, however only inside where it is created. The top part of
the frame. Thus part of it gets covered.
I tried different things in style of the Div, such as zIndex=1, but no luck.
So I was wondering any body else ran to this case and have a solution for me.

basically want the menu, when it pops up, open on the top of everything!

Thanks in advance,
Reza
 
Your best solution is to use a popup window containing your menu.
You will also have issue if your current menu displays over a combo box. The
popop solution also works here as well.
 
Back
Top