Mam tabeli tak:HTML Tabela th szerokość styl nie działa
<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>
Teraz szerokości kolumn są prawidłowo ustawione do procentów w IE, ale nie w Firefoksie. (Prawdopodobnie FF robi coś poprawnie)
Czy jest coś, co mogę zrobić, aby uzyskać szerokość kolumn, które zostaną ustalone na powyższe wartości procentowe zarówno w IE, jak i FF?