ie中table td宽度指定无效


 

<table class="form-tblsect" >
  <tr width="100%">
     <td width="50%" class="cell_lbl_right">Contractor Company Name<span class="starCss">*</span>: </td>
     <td width="50%" class="cell_lbl_left" style="word-wrap:break-word;word-break:break-all;">${app.contrCompanyName }
        <c:if test="${historyApplicationDTO!=null && historyApplicationDTO.contrCompanyName  !=app.contrCompanyName  }">
           <span style="color: red">(${status}) </span>
        </c:if>
     </td>
  </tr>
</table>    

  

 显示效果并不是50%+50%

 需要加入

<table style="table-layout: fixed">


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。