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