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">

posted on 2016-10-24 17:46  凶狠恶霸罗  阅读(1703)  评论(0编辑  收藏  举报

导航