Hi
I tried the Css included in the sample project, but it did not work. Then I made the following addition to it:
/*TELERIK MODIFIED*/
/* inactive window settings */
div.TelerikModalOverlay,
div.radwindow.inactivewindow td.corner,
div.radwindow.inactivewindow td.titlebar,
div.radwindow.inactivewindow td.footercenter
{
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
opacity: 1 !important; -moz-opacity: 1 !important;
}
This css now gives the expected results, the background is a solid gray when a popup is displayed. It returns to normal display mode when popup is closed.
I am using Telerik controls v 2008.1.515.35
Do let me know if anyone else also could not get the sample css to work and the modified css solved it.
~Shuchi