Hi,
I am using drop down menu in my pages.
In one of my page,there is a listbox control below the
menu. This listbox control is hiding the drop down menu
items. How can i make the drop down menu not to be hidden
by the listbox control?
I tried to increase the z-index for the menu control. But
it did not help.
Thanks
RebI believe that's built-in the browser and as long as you use standard
listbox/ddl (SELECT element) you can't control it. If you do the listbox as
some DHTML trick then the case can be different.
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
"Reb" <anonymous@.discussions.microsoft.com> wrote in message
news:7df401c3b4ab$7f813f90$a601280a@.phx.gbl...
> Hi,
> I am using drop down menu in my pages.
> In one of my page,there is a listbox control below the
> menu. This listbox control is hiding the drop down menu
> items. How can i make the drop down menu not to be hidden
> by the listbox control?
> I tried to increase the z-index for the menu control. But
> it did not help.
> Thanks
> Reb
I changed the asp listbox to html listbox but still
runat=server. But this does not help.
Can you tell me of how do i make Menu to overlap the
listbox?
thanks
Reb
>--Original Message--
>I believe that's built-in the browser and as long as you
use standard
>listbox/ddl (SELECT element) you can't control it. If you
do the listbox as
>some DHTML trick then the case can be different.
>--
>Teemu Keiski
>MCP, Microsoft MVP (ASP.NET), AspInsiders member
>ASP.NET Forum Moderator, AspAlliance Columnist
>
>"Reb" <anonymous@.discussions.microsoft.com> wrote in
message
>news:7df401c3b4ab$7f813f90$a601280a@.phx.gbl...
>> Hi,
>>
>> I am using drop down menu in my pages.
>> In one of my page,there is a listbox control below the
>> menu. This listbox control is hiding the drop down menu
>> items. How can i make the drop down menu not to be
hidden
>> by the listbox control?
>> I tried to increase the z-index for the menu control.
But
>> it did not help.
>>
>> Thanks
>> Reb
>>
>
>.
Reb,
It can't be done. This is a known issue with Internet Explorer where Select
Drop-Downs and Select Lists will display over the top of every other element
on the page.
Unless you employ some DHTML trickery to hide all SELECT elements when your
DIVs are displayed, you'll always have this problem.
Post some requests in the JScript newsgroups, and the guys there will be
better poised to answer your questions, as this isn't really ASP.NET related
I'm afraid.
Regards,
Anthony
"Reb" <anonymous@.discussions.microsoft.com> wrote in message
news:076d01c3b4ce$dff5b3b0$a501280a@.phx.gbl...
> I changed the asp listbox to html listbox but still
> runat=server. But this does not help.
> Can you tell me of how do i make Menu to overlap the
> listbox?
> thanks
> Reb
> >--Original Message--
> >I believe that's built-in the browser and as long as you
> use standard
> >listbox/ddl (SELECT element) you can't control it. If you
> do the listbox as
> >some DHTML trick then the case can be different.
> >--
> >Teemu Keiski
> >MCP, Microsoft MVP (ASP.NET), AspInsiders member
> >ASP.NET Forum Moderator, AspAlliance Columnist
> >"Reb" <anonymous@.discussions.microsoft.com> wrote in
> message
> >news:7df401c3b4ab$7f813f90$a601280a@.phx.gbl...
> >> Hi,
> >>
> >> I am using drop down menu in my pages.
> >> In one of my page,there is a listbox control below the
> >> menu. This listbox control is hiding the drop down menu
> >> items. How can i make the drop down menu not to be
> hidden
> >> by the listbox control?
> >> I tried to increase the z-index for the menu control.
> But
> >> it did not help.
> >>
> >> Thanks
> >> Reb
> >>
> >.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment