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

火狐下,td 的 bug;

时间:2017-09-14 16:27:25      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:bug   span   dht   alt   isp   分享   table   解决   tab   

技术分享

想实现类似的效果,看代码,

<div style="width:488px;float:left; margin:-52px 0px 15px 15px;">
  <table>
    <tr>
      <td style="text-align:center;width:70px;height:36px;background:#5776a3;color:#ffffff;border-radius: 5px 0px 0px 5px;cursor:pointer;border:1px solid #c4cdd8;diaplay:inline-block;">&nbsp;日&nbsp;</td>
      <td style="text-align:center;width:70px;height:36px;background:#f5f7f7;cursor:pointer;border:1px solid #c4cdd8;widht:120px;diaplay:inline-block;">&nbsp;月&nbsp;</td>
      <td style="text-align:center;width:70px;height:36px;background:#f5f7f7;cursor:pointer;border:1px solid #c4cdd8;widht:120px;diaplay:inline-block;">&nbsp;季&nbsp;</td>
      <td style="text-align:center;width:70px;height:36px;background:#f5f7f7;cursor:pointer;border-radius: 0px 5px 5px 0px;border:1px solid #c4cdd8;diaplay:inline-block;">&nbsp;年&nbsp;</td>
    </tr>
  </table>
</div>

火狐上,发现td右边都有一段margin,原来是因为display:inline-block;

直接将display:inline-block改成float:left;就解决了。

火狐下,td 的 bug;

标签:bug   span   dht   alt   isp   分享   table   解决   tab   

原文地址:http://www.cnblogs.com/ertingbo/p/7520776.html

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