J
Jeff
hi
asp.net 2.0
This markup is not rended as I want it to be rendered on firefox. Okay, as
you see from the markup below the div jalla is 20 pixels higher than the
image control. That I specified cause I'm asked to fill a red space of 20
pixels high under the picture
So when I test this in IE7 (which gives the correct output, however maybe
there the error is and not in firefox), then a space 20pixels high with a
red color is shown under the picture. But that doesn't happend on firefox,
on firefox there is no red space under the picture. Instead on firefox the
space is above the picture--> which results in the "Endre" hyperlink gets
placed in a red background......
<div style="width:765px; margin-left:auto; margin-right:auto;
margin-top:5px; position:relative;">
<div id="divEdit" runat="server" visible="false" style=" float:right;">
<asp:HyperLink ID="hlEdit" runat="server">Endre</asp:HyperLink>
</div>
<div id="jalla" style="background-color:Red; height:270px;
width:765px;">
<asp:Image ID="Image2" runat="server" Height="250" Width="765" />
</div>
what I do wrong?
asp.net 2.0
This markup is not rended as I want it to be rendered on firefox. Okay, as
you see from the markup below the div jalla is 20 pixels higher than the
image control. That I specified cause I'm asked to fill a red space of 20
pixels high under the picture
So when I test this in IE7 (which gives the correct output, however maybe
there the error is and not in firefox), then a space 20pixels high with a
red color is shown under the picture. But that doesn't happend on firefox,
on firefox there is no red space under the picture. Instead on firefox the
space is above the picture--> which results in the "Endre" hyperlink gets
placed in a red background......
<div style="width:765px; margin-left:auto; margin-right:auto;
margin-top:5px; position:relative;">
<div id="divEdit" runat="server" visible="false" style=" float:right;">
<asp:HyperLink ID="hlEdit" runat="server">Endre</asp:HyperLink>
</div>
<div id="jalla" style="background-color:Red; height:270px;
width:765px;">
<asp:Image ID="Image2" runat="server" Height="250" Width="765" />
</div>
what I do wrong?