Hi Domien,
as far as I know most browsers(including ie6) are not capable in hidding
controls beneath a layer. the best bet will be to post back to the server
and set the ddl visible attribute to false..
Hope this helps
regards
karsten

"Domien Holthof" <domien.holthof@alcopa2wheels.com> schrieb im Newsbeitrag
news:0a8401c350ec$8806b230$a101280a@phx.gbl...
> Hi,
>
> I have an ASP.NET (vb) page has an HTML table with some
> asp:dropdownlist controls in it, together with some plain
> HTML buttons. I'm trying to display another table over the
> first one (using style="position:absolute;...". This works
> fine, the only problem is that the asp:dropdownlist
> controls are displayed above the second table, not under
> it, unlike the HMTL buttons. I've tried to set the style
> of the dropdownlists (style="z-index:0") and the second
> table (style="z-index:1"), but that didn't do it.
>
> Any help would be welcome.
> Thanx a lot,
> Domien