码迷,mamicode.com
首页 > 其他好文 > 详细

万恶的<table>:IE中text-overflow:elipsis无效

时间:2015-06-01 20:12:00      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:

1.给<table>标签添加css——table-layout:fixed

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

2.给标题的<td>或者<th>添加固定宽度

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

    <tr>

      <td style="width:**px;/*或者  width:20%;*/"></td>

      <td style="width:**px;/*或者  width:80%;*/"></td>

    </tr>

  </table>

  (试用百分比的话,要每个标题都给定宽度)

万恶的<table>:IE中text-overflow:elipsis无效

标签:

原文地址:http://www.cnblogs.com/duhuiling/p/4544587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!