IE7 удаляет тег и случайным образом помещает другой тег через несколько строк после тега. Это бессмысленно для меня, ха-ха. Надеюсь, кто-то понимает работу старого IE лучше меня. Спасибо за помощь!
Вот фактический код:
<LI><LABEL>Comments (extra card readers, other questions, etc.) </LABEL><TEXTAREA></TEXTAREA></LI>
</UL>
<TABLE style="MARGIN-TOP: -15px">
<TBODY>
<TR>
<TD><LABEL>By clicking on the submit button below, you warrant that you understand and agree to the terms and conditions of the Merchant Service Agreement.</LABEL></TD>
<TD><INPUT id=terms type=checkbox name=terms></TD>
<TD class=status></TD>
</TR>
</TBODY>
</TABLE>
<INPUT class=submit value=Submit type=submit name=Submit jQuery1287759194812="2">
</FORM>
<DIV class=clr></DIV>
... но IE отображает это так:
<LI><LABEL>Comments (extra card readers, other questions, etc.) </LABEL><TEXTAREA></TEXTAREA>
<UL></UL>
<TABLE style="MARGIN-TOP: -15px">
<TBODY>
<TR>
<TD><LABEL>By clicking on the submit button below, you warrant that you understand and agree to the terms and conditions of the Merchant Service Agreement.</LABEL></TD>
<TD><INPUT id=terms type=checkbox name=terms></TD>
<TD class=status></TD>
</TR>
</TBODY>
</TABLE>
<INPUT class=submit value=Submit type=submit name=Submit jQuery1287759194812="2">
</FORM>
<DIV class=clr></DIV>
</LI>