これら 2 つの列をそれぞれ 50% の幅に設定しようとしていますが、colgroup は IE7 では無視されます。この問題を解決する方法を提案できますか?
 <table id="briefEquationBuilder" class="fullWidthTable">
        <colgroup>
          <col span="1" align="left" style="width:50%">
          <col span="1" style="background-color:yellow">
        </colgroup>
