سلام دوستان
چند وقتي هستش كه تو محيط Visual studio 2010 به اين مشكل برخوردم كه وقتي يك جدول بيروني دارم كه در داخل يكي از سلول هاش يك جدول ديگر قرار ميدم تا زمانيكه كامپوننت هاي دات نت رو در جدول داخلي قرار نميدم همه چيز درسته ولي وقتي در سلول هاي جدول داخلي كامپوننت هاي دات نت مثل هايپرلينك و تكست باكس قرار ميدم ارتفاع جدول دروني زياد ميشه و باعث ميشه جدول بيروني هم ارتفاعش تغيير كنه
گيج شدم
من جداول رو تو سايز پيكسل كار ميكنم
البته در حالت Compatibility view مرورگر درست نشون ميده ولي در حالت عادي مشكل داره
كسي تابحال با اين مشكل برخورد نكرده
<td style="background-image: url('Images/footer_rigth.jpg'); background-repeat: no-repeat"  
width="437" height="211" align="center">
<table align="center" cellpadding="0" cellspacing="0" dir="ltr"
style="width: 437px; height: 211px" border="0">
<tr>
<td rowspan="9" width="102">
</td>
<td height="80" width="185" align="left">
</td>
<td rowspan="9" width="150">
</td>
</tr>
<tr>
<td height="16" align="left" valign="top">
<asp:TextBox ID="TextBox1" Height="13" runat="server" BorderStyle="None"
BorderWidth="0px" BackColor="#EAE4D8" Width="110px"></asp:TextBox>
</td>
</tr>
<tr>
<td height="16" align="left">
</td>
</tr>
<tr>
<td height="16" align="left" valign="top">
<asp:TextBox ID="TextBox2" runat="server" Height="13" BorderStyle="None"
BorderWidth="0px" BackColor="#EAE4D8" Width="110px"></asp:TextBox>
</td>
</tr>
<tr>
<td height="9" align="left">
</td>
</tr>
<tr>
<td height="41" align="left" valign="top">
<asp:TextBox ID="TextBox3" runat="server" BorderStyle="None" TextMode="MultiLine"
Height="35" BorderWidth="0px" BackColor="#EAE4D8" Width="180px"></asp:TextBox>
</td>
</tr>
<tr>
<td height="10" align="left">
</td>
</tr>
<tr>
<td height="12" align="left">
</td>
</tr>
<tr>
<td height="11" align="left">
</td>
</tr>
</table>
</td>