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

【IE】IE对line-height 失效的的解决方案

时间:2017-05-12 09:38:26      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:height   设置   family   sans   span   tree   add   div   ext   

微软的IE9 + Extjs3.1 确实头疼。在使用了line-height:20px 的Tree的样式,可是一直没有生效,

以下给出3中解决方式:


方案1、加padding-top:
<div style="height:22px;line-height:22px; padding-top:3px;background:red;color:#FFFFFF;font-size:12px;">文字 字</div>


方案2、加overflow:hidden:
<div style="height:25px;line-height:28px;background:red;color:#FFFFFF;font- size:12px; overflow:hidden">文字字</div>



方案3、设置字体为微软雅黑或者宋体

font-family: Microsoft YaHei,Arial,Helvetica, sans-serif;


【IE】IE对line-height 失效的的解决方案

标签:height   设置   family   sans   span   tree   add   div   ext   

原文地址:http://www.cnblogs.com/cxchanpin/p/6843800.html

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