AJAX ModalPopup Extender not showing up popup window in center.
-
Hi, I have used AJAX ModalPopup Extender in my site but there is a design issue that the Popup window appears on the left top corner and it is only partially visible in Internet Explorer but it is fine in Mozilla. In mozilla it is in center. And I need compatibilty for both browsers. Can somebody help me out what is the exact problem is???:confused:
-
Hi, I have used AJAX ModalPopup Extender in my site but there is a design issue that the Popup window appears on the left top corner and it is only partially visible in Internet Explorer but it is fine in Mozilla. In mozilla it is in center. And I need compatibilty for both browsers. Can somebody help me out what is the exact problem is???:confused:
Hard to say without seeing code, but if it doesn't work in IE, then I assume that you're doing something wrong.
Christian Graus Driven to the arms of OSX by Vista.
-
Hard to say without seeing code, but if it doesn't work in IE, then I assume that you're doing something wrong.
Christian Graus Driven to the arms of OSX by Vista.
Hi Christian, When i am setting dispaly style of my popup panel as asp Panel ID="PnlTmpPart" runat="server" Width="600px" style="vertical-align: middle; text-align: center; margin-top: 600px; margin-left: 1000px;" Height="450px" then it is appearing properly in Internet Explorer but then it is disturbed in Mozzila. So i think it is typical design issue. Hope now you get my problem
-
Hi Christian, When i am setting dispaly style of my popup panel as asp Panel ID="PnlTmpPart" runat="server" Width="600px" style="vertical-align: middle; text-align: center; margin-top: 600px; margin-left: 1000px;" Height="450px" then it is appearing properly in Internet Explorer but then it is disturbed in Mozzila. So i think it is typical design issue. Hope now you get my problem
OK, sounds like you just need to work out how to get your HTML right. You know you can write code that runs differently based on the host browser ?
Christian Graus Driven to the arms of OSX by Vista.
-
OK, sounds like you just need to work out how to get your HTML right. You know you can write code that runs differently based on the host browser ?
Christian Graus Driven to the arms of OSX by Vista.