Problema con il posizionamento di un dov in IE6

mercoledì 20 giugno 2007 - 10.40

cicciuzzo Profilo | Junior Member

Ciao a tutti

Sto usando il modalpopupestender per visualizzare uno zoom di una foto, pero
in IE 6 viene visualizzato male....

Ad esempio
http://www.tyndaristours.it/Det_op.aspx?idop=6

non prende posizione che gli ho impostatoin IE6 rimane all'interno di un altro div


Questo è il codice asp.net:


<asp:FormView ID="fvOpportunita" runat="server" DataKeyNames="IdInfoOpportunita" DataSourceID="dsOpportunita" Width="90%">
<ItemTemplate>
<asp:Label ID="TitoloLabel" runat="server" Font-Bold="True" Text='<%# Bind("Titolo") %>'></asp:Label>&nbsp;&nbsp;<br />
<br />
<asp:ImageButton ID="ImageButton1" runat="server" Height="60px" ImageUrl='<%# Eval("URLFoto1") %>'
Width="120px" />&nbsp;
<asp:ImageButton ID="ImageButton2" runat="server" Height="60px" ImageUrl='<%# Eval("URLFoto2") %>'
Width="120px" />
<cc1:ModalPopupExtender ID="mpe_Foto1" runat="server" TargetControlID="ImageButton1" PopupControlID="img1" OkControlID="HyperLink1" X="10" Y="10">
</cc1:ModalPopupExtender>
<cc1:ModalPopupExtender ID="mpe_Foto2" runat="server" TargetControlID="ImageButton2" PopupControlID="img2" OkControlID="HyperLink2" X="10" Y="10">
</cc1:ModalPopupExtender>
<br />
<br />
<asp:Label ID="CorpoLabel" runat="server" Text='<%# Bind("Corpo") %>'></asp:Label><br />
<br />
<asp:Label ID="PiedeLabel" runat="server" Text='<%# Bind("Piede") %>'></asp:Label>&nbsp;<br />
<br />
<div id="img1" class="imgclass">
<asp:Image ID="Image3" runat="server" ImageUrl='<%# Eval("URLFoto1") %>' /><br />
<asp:HyperLink ID="HyperLink1" runat="server">Chiudi</asp:HyperLink>
</div>
<div id="img2" class="imgclass">
<asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("URLFoto2") %>' /><br />
<asp:HyperLink ID="HyperLink2" runat="server">Chiudi</asp:HyperLink>
</div>
</ItemTemplate>
</asp:FormView>


Questa è la classe css:

.imgclass
{
z-index: 1;
left: 10px;
top: 10px;
position:static;
background-color: black;
border-right: red thin solid;
padding: 5px 5px 5px 5px;
border-top: red thin solid;
font-weight: bold;
font-size: 12pt;
border-left: red thin solid;
color: white;
border-bottom: red thin solid;
font-family: Arial;
cursor: hand;
}

Come mai ?
Sbaglio io ?
Come posso raggiare il problema?

Ciao e grazie
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?

Dopo esserti registrato potrai chiedere
aiuto sul nostro Forum oppure aiutare gli altri

Consulta le Stanze disponibili.

Registrati ora !
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5