I know that CoolMenu 3 hasn't this problem.

You can study the sources in struts-menu where there's an example.

http://sourceforge.net/projects/struts-menu/


Arnaud

> -----Message d'origine-----
> De : Denis Wang [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 2 avril 2003 17:42
> À : Struts Users Mailing List
> Objet : RE: [OT] Help: JavaScript pop-up menu goes behind
> drop down list
> i n Internet Explorer
>
>
> Thanks a lot.  I will have a try.
> Denis
>
> -----Original Message-----
> From: McCarthy, Jeffrey - Contractor - IMSC
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 10:24 AM
> To: Struts Users Mailing List
> Subject: RE: [OT] Help: JavaScript pop-up menu goes behind drop down
> list i n Internet Explorer
>
>
> We had a similar problem. We solved this by putting each drop
> down list box
> into it's own <div> , assign it an id and write a JavaScript
> function that
> hides each drop-down  div when the user mouse over the drop down.
>
> Hope that helps
>
>
> -----Original Message-----
> From: Eva Sager [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 9:57 AM
> To: 'Struts Users Mailing List'
> Subject: RE: [OT] Help: JavaScript pop-up menu goes behind
> drop down list i
> n Internet Explorer
>
>
> or moving the drop down or the menu...
>
> -----Original Message-----
> From: Jarnot Voytek Contr AU HQ/SC
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 9:52 AM
> To: 'Struts Users Mailing List'
> Subject: RE:[OT] Help: JavaScript pop-up menu goes behind
> drop down list
> i n Internet Explorer
>
>
> I'm assuming you mean in IE?  No way to fix this, other than
> hiding the
> drop-down while the menu is displayed...
>
> --
> Voytek Jarnot
> Quidquid latine dictum sit, altum viditur.
>
>
> > -----Original Message-----
> > From: Denis Wang [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, April 02, 2003 8:42 AM
> > To: Struts Users Mailing List
> > Subject: Help: JavaScript pop-up menu goes behind drop down list in
> > Internet Explorer
> >
> >
> > Hello, all,
> > Sorry if it is off the subject of this mailing list.
> > I use JavaScript to generate a pop-up menu.  However, the
> > menu is shadowed
> > by my drop down list on the same page.  Does anybody have any
> > idea how to
> > fix it.
> > Thanks.
> > Denis
> >
> > p.s. my JavaScript code to generate the menu
> >
> >   function showMyMenu( myMenuName, myAnchorId ) {
> >     myAnchor = getAnchorPosition( myAnchorId );
> >     window.showMenu( myMenuName, myAnchor.x, myAnchor.y+15 );
> >   }
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to