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

IFRAME hidden in a page (IE only)???

3 Answers 50 Views
Dock
This is a migrated thread and some comments may be shown as answers.
carhtur
Top achievements
Rank 1
carhtur asked on 22 Apr 2008, 10:14 PM
Hi,
I have 8 RadDockableObject in a RadDockingZone in a same page. The  RadDockingZone are causing errors on my layout. They are creating a IFRAME with these atributes:
display: inline;
frameborder:0;
left:-10000px;
overflow:hidden;
position:absolute;
scrolling:no;
src:javascript:'';
top:-10000px;

These 8 IFRAMES are only displayed on Internet Explorer (I had tested on v6.0 and v7.0) but don't appear on Mozilla Firefox.
What I'll have to do to don't appear these IFRAMES?
My code of the RadDockableObject is:

<cc1:RadDockableObject ID="rdoEnquete" runat="server" Text="&nbsp;"  BorderStyle="None" Width="150px" DockingMode="Disabled" Behavior="None" BorderWidth="0px" >
    <ContentTemplate>
        <table class="texto" cellspacing="0" cellpadding="2" width="100%" align="center" border="0">
            <tr>
                <td align="center">
                    <uc17:UCEnquetes ID="UCEnquetes1" runat="server" />
                </td>
            </tr>
        </table>                                            
    </ContentTemplate>
    <Commands>
        <cc1:RadDockableObjectCommand Enabled="False" Name="Expand" ToolTip="Mostrar" />
        <cc1:RadDockableObjectCommand Name="Collapse" ToolTip="Esconder" Enabled="False" />
        </Commands>                        
</cc1:RadDockableObject>                                    

And my code of RadDockingZone is:

<cc1:RadDockingZone ID="rdzEsquerdaPrincipal" runat="server" BackColor="Transparent" BorderColor="Transparent" Width="150px" MinimumHeight="0px" MinimumWidth="1px" BorderStyle="None" BorderWidth="0px" Height="0px">

3 Answers, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 23 Apr 2008, 02:10 PM
These IFrames are created to add overlay functionality to RadDock under IE6, e.g. when you drag RadDock over the dropdown.
0
carhtur
Top achievements
Rank 1
answered on 23 Apr 2008, 02:19 PM
Ok, thanks to you reply, but... there are a way to remove these IFRAMES? They're causing a layout broken in my website.
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 24 Apr 2008, 02:28 PM
You can use RadDock for ASP.NET AJAX(Prometheus). It is without iframes.
Tags
Dock
Asked by
carhtur
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
carhtur
Top achievements
Rank 1
Share this question
or