PLEASE HELP: DIV tags instead of TABLE tags
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, Please, I need your help. In my new asp.net 2.0 project I used div tag instead of table tag, and when I run it the page displays well. But, when I click the dropdown, instead of showing a list of items it seems like I was clicking the dropdown control at design time, I could even resize it in runtime. But this is not the way it should be. Is there anything that I must configure in order the dropdown and other controls inside the div tags to function it correctly? I just wanted to create a new project by not using table tags. Thanks
hifiger2004