dropdown Overlap my table in html

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi. I have a trouble and maybe somebody can help. I have an aspx page with a
table control (html control) and a dropDownList. The problem that I have is
that when it is in run-time the dropdown is over the table and it isn't the
result I'm looking for.

Thanks for any clue.
 
It didn't work. Writting a div tag that contains a dropdownlist takes this
effect in run-time: The div is behind of the table but the dropdownlist is
still showed over the table. Appearently this control is drawn in another
window....

Thanks any way.

Alvin Bruney said:
put the offending control in a div tag

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Daniel said:
Hi. I have a trouble and maybe somebody can help. I have an aspx page
with
a
table control (html control) and a dropDownList. The problem that I have is
that when it is in run-time the dropdown is over the table and it isn't the
result I'm looking for.

Thanks for any clue.
 
Back
Top