364,032 Members | 4592 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

Drop Down List vrs Z-Order

Richard Myers
P: n/a
Richard Myers
Hello

I have a problem in that my dhtml/css drop down menu layers will not, no
matter what z-order setting i choose, display over top of a asp.net
webcontrol drop down list.

I ve Googled up on the problem and it appears this is by design? Is this
true and if so what dumb ass limitation/oversight made it so?

TIA
Richard


Nov 19 '05 #1
Share this Question
Share on Google+
1 Reply


Martin Honnen
P: n/a
Martin Honnen


Richard Myers wrote:
[color=blue]
> I have a problem in that my dhtml/css drop down menu layers will not, no
> matter what z-order setting i choose, display over top of a asp.net
> webcontrol drop down list.
>
> I ve Googled up on the problem and it appears this is by design? Is this
> true and if so what dumb ass limitation/oversight made it so?[/color]

I think of the current browsers only IE has that problem, it is caused
by the HTML select control being a windowed control meaning it is not
drawn by the browser. You have the same problem in most browser with
applets or plugins which are usually also drawn on top of the normal
page content.
Only workaround for IE is to use client-side scripting to hide the
select as needed when you want to show other content on top of it.


--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Nov 19 '05 #2

Post your reply

Help answer this question



Didn't find the answer to your ASP.NET question?

You can also browse similar questions: ASP.NET