【发布时间】:2012-12-05 19:18:15
【问题描述】:
HTML
<div class="text-wrapper">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>
CSS
.text-wrapper{
width:100px;
height:45px;
overflow:hidden;
float:left;
border:1px solid #CCC;
}
在 Firefox 上看起来很流畅,有两行,但如果我用 chrome 或 ie9 打开页面似乎是两行,第三行的上半部分。我该如何解决这个问题? 屏幕截图 Firefox - Chrome - IE9
【问题讨论】:
-
将字体大小添加到您的 CSS。不同的浏览器有不同的默认值。
-
@prestack,可以的话请加截图!
标签: css internet-explorer firefox google-chrome overflow