|
Hi,
This is my first post in this forum. Pls help me..its very very urgent. I was adding a banner image (like header ) in an asp.net 2.0 site. But the banner image is not displaying properly. Its always displaying under oher images.But its showing correctly at the design time.
you can chk it using the link http://trackingtheworld.dyndns.org/VEmapBANNER.aspx?name=001458&gpasswd=0000
the banner image is displaying under other images (The aspx file is attached) Pls help me Pls find my code below
<tr> <td style="width: 1271px" align="left"> <table width="100%" > <tr> <td style="height:92px;position:fixed;width:850px"> <div style="height:92px;width:850px;background-image: url(images/Banner_Header.bmp)"></div> </td> <td style="height:85px;position:fixed;width:50%" align="left" > <div style="width:400px;position:fixed;height:85px;vertical-align:top;"> <table > <tr> <td align="right" style="width:115px"> <asp:Image ID="Image1" runat="server" AlternateText="Battery Image" ImageAlign="AbsMiddle"/></td> <td align="left" style="width: 45px"> </td> <td align="left"> <table> <tr> <td align="left"> <b>FOUND USER:</b> </td> <td> <asp:label class="headingtext" id="Label1" runat="server">User ID Label</asp:label> </td> </tr> </table> </td> </tr> <tr> <td style="width:45px; height: 43px;"> </td> <td style="width: 45px; height: 43px"> </td> <td style="height: 43px"> <table> <tr> <td align="left"> <b>SELECT USER:</b> </td> <td> <asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> Pls its very urgent..pls help me Thannks, Ammu
|