Ive implemented control adapters in my web application and am experiencing a strange problem with the drop down menus and DetailsView. When I select A menu item that has a drop down, the drop down menu appears behind the rows in my DetailsView. Ive used
the example CSS files that came with the control adapters tutorial. Is this a known issue or am I doing something wrong ?
Member
48 Points
1393 Posts
problem with drop down menu and DetailsView
Jan 22, 2008 11:27 AM|misuk11|LINK
Ive implemented control adapters in my web application and am experiencing a strange problem with the drop down menus and DetailsView. When I select A menu item that has a drop down, the drop down menu appears behind the rows in my DetailsView. Ive used the example CSS files that came with the control adapters tutorial. Is this a known issue or am I doing something wrong ?
Member
415 Points
519 Posts
Re: problem with drop down menu and DetailsView
Jan 22, 2008 12:50 PM|mattb|LINK
I believe this is a widely known IE z-index bug. Try it with Firefox. To get help, just Google "IE z-index dropdown list bug" or something similar.
Member
48 Points
1393 Posts
Re: problem with drop down menu and DetailsView
Jan 22, 2008 01:05 PM|misuk11|LINK
Hi Mattb
Ive tried it in Firefox, but its exactly the same.