views:

83

answers:

4

hi i have some problem in displaying popup as when i implemented,its working perfectly in firefox and IE but not it chrome.alt text

also check the link.how to solve this problem in chrome.

A: 

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

jerjer
A: 

jerjer,

it still not working and same type of window appearing.

Emaad Ali
A: 

just set z-index:100000 in panel display option.

Emaad Ali
A: 

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/

Konnect