hi i have some problem in displaying popup as when i implemented,its working perfectly in firefox and IE but not it chrome.
also check the link.how to solve this problem in chrome.
hi i have some problem in displaying popup as when i implemented,its working perfectly in firefox and IE but not it chrome.
also check the link.how to solve this problem in chrome.
Try this:
set the modal popup to Css Class ex:
BackgroundCssClass="modalBackground"
Set a lesser z-index for modalBackground
.modalBackground
{
...
z-index:999;
}
You may need to inspect the actual z-index values for the elements created by the extender. You can use firebug on FF, Dom Inspector in Chrome, or Developer ToolBar in IE
Hey your chrome browser might be preventing the pop up. Why dont you enable the popups in google chrome, and then see the results. Google chrome has popups disabled by default. This link might be help you in enabling and disabling the pop ups in google chrome. http://tech.konnectingtheworld.com/2010/09/enable-disable-popup-window-in-chrome/