Zorder problem of dropdownlist
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, Do anybody know how to set zorder 0 ("send to back") to dropdownlist as its always render on web page as zorder 1. thanks in advance Sheel Gohe
-
Hi guys, Do anybody know how to set zorder 0 ("send to back") to dropdownlist as its always render on web page as zorder 1. thanks in advance Sheel Gohe
It's not really possible to set a z-order on a dropdownlist, as it is a slightly different control, inheriting from the windows form control i think. What is it you are trying to do? There are some workarounds to this using iframes to cover dropdownlists, e.g. with a javascript menu providing a dynamic dropdown div, an iframe is 'hidden' behind the div to allow the div to appear over the top of any dropdown controls in the way.