Popwindow Problem
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi There, I had created popup window using div.I use this window to show error messages.This window works fine in Mozila 2.0 but in IE 6.0 the popup window is overlaped by some of my page combo box.What is the problem can anybody tell me. Thanks.
If you display a div tag over comboboxes in IE 6.0, the div will be overlapped by the comboboxes. It is known bug in IE 6.0 and addressed in IE 7.0. Either you have to hide the comboboxes when the DIV is displayed or find any other work around solution.