<telerik:RadWindow runat="server" ID="radWindowSaved" AutoSize="true" Modal="true" VisibleStatusbar="false" VisibleTitlebar="false" Behaviors="None" Width="400px" Height="280px"> <ContentTemplate> <div id="SavedPopUp" class="PopUp"> <div id="SavedPopUpContent" class="PopUpContent"> <img src="../../images/floppy-disk-icon_64x64.gif" style="position: absolute; top: 24px; left: 22px" /> <div style="position: absolute; left: 104px; top: 42px; width: 278px;"> <span class="TQWarningHeaderContent">Form has been saved.</span> </div> <div class="PopUpOKButton"> <input type="button" name="SavedPopUpOK" value="OK" id="SavedPopUpOK" class="TQButtonActive" style="width: 105px;" onclick="CloseWindow($find(radWindowSaved));" /></div> </div> </div> </ContentTemplate></telerik:RadWindow>I have the above code which renders fine in IE8 and FF 3.x but in IE 6 and 7 (compatibility mode) it is not rendered correctly. I even tried specifying a Height and Width along with AutoSize="true".
Please help!