This is a migrated thread and some comments may be shown as answers.

Rad window rendered incorrectly in ie 6,7

2 Answers 24 Views
Window
This is a migrated thread and some comments may be shown as answers.
p
Top achievements
Rank 1
p asked on 17 Nov 2010, 12:58 AM
<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!

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Nov 2010, 01:49 PM
Hi p,

Try removing the absolute positioning of the image and the div.

Greetings,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
p
Top achievements
Rank 1
answered on 18 Nov 2010, 03:38 PM
Georgi,

Thanks for the reply..

What I did to fix the problem was I added a width to the PopUp class and that solved the problem.

P
Tags
Window
Asked by
p
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
p
Top achievements
Rank 1
Share this question
or