Re: How to make a web user control show on the top?
- From: "Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2006 08:08:38 -0800
What I usually do is when the menu content is activated, I would
programmatically hide the primitive controls (i.e. textbox, dropdown, etc.)
Then when the menu no longer has the focus, re-display them. I believe the
reason for this is that those controls are actually "windows" that are
overlayed on the broswer. Therefore they do not interact well with dynamic
content.
"Andrew" <Andrew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BDECCF5A-D92D-4629-A6C8-396469296734@xxxxxxxxxxxxxxxx
> Hello, friends,
>
> We created a drop-down menu bar and a show/hide calendar web user controls
> mainly using javaScript and html.
>
> However, they both have the problem that they are not dispaly as the top
> controls in IE browser. Rather, text box, file field, and etc. are on the
> top. As a result, our calendar and drop-down menu bar were "cut" here and
> there wherever there is one of those boxes.
>
> Any idea on how to solve this problems?
>
> I tried to Z-Index, it did not help a lot.
>
> Thanks a lot.
>
.
- Prev by Date: Re: Writing to eventlog
- Next by Date: Session not ending?
- Previous by thread: Re: How to make a web user control show on the top?
- Next by thread: Re: How to make a web user control show on the top?
- Index(es):
Relevant Pages
|