Hi I have been attempting to use RadWindow to create a popup that is like the style of the attached image. I have been able to remove all of the control elements and borders using the following styles:
The rounded corners and the drop shadow remain. I can do without the drop shadow, but the rounded corners fit in the theme of the site.
Thanks in advance for any help.
Steve
.RadWindow_Default .rwCorner .rwTopLeft, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwCorner .rwTopRight, .RadWindow_Default .rwIcon, .RadWindow_Default table .rwTopLeft, .RadWindow_Default table .rwTopRight, .RadWindow_Default table .rwFooterLeft, .RadWindow_Default table .rwFooterRight, .RadWindow_Default table .rwFooterCenter, .RadWindow_Default table .rwBodyLeft, .RadWindow_Default table .rwBodyRight, .RadWindow_Default table .rwTitlebar, .RadWindow_Default table .rwTopResize, .RadWindow_Default table .rwStatusbar, .RadWindow_Default table .rwStatusbar .rwLoading { display: none !important; }The rounded corners and the drop shadow remain. I can do without the drop shadow, but the rounded corners fit in the theme of the site.
Thanks in advance for any help.
Steve