У меня есть таблица примерно так:
<table id="MyTable" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th style="width: 30%;">
<asp:Literal ID="LitDescriptionTitle" runat="server" />
</th>
<th style="width: 30%;">
<asp:Literal ID="LitDescription2Title" runat="server" />
</th>
<th style="width: 30%;">
<asp:Literal ID="LitAddressTitle" runat="server" />
</th>
<th style="width: 10%;">
</th>
</tr>
</thead>
<tbody>
Теперь ширины столбцов правильно установлены в процентах в IE, но не в Firefox. (Возможно FF что-то делает правильно)
Есть ли что-то, что я могу сделать, чтобы ширина столбцов была зафиксирована в вышеуказанных процентах как в IE, так и в FF?