<style type="text/css">
復制代碼代碼如下:
<!--
.div1{
width:200px;
}
.div1 span{
white-space:nowrap;
text-overflow:ellipsis; /* for internet explorer */
overflow:hidden;
width:168px;
display:block;
float:left;
}
html>body .div1:after{/* for FF*/
content: "...";
margin-left:5px;
}
-->
</style>
<div class="div1"><span>最近微軟發布的IE7浏覽器的兼容性確實給一些網頁制作人員添加了一個沉重的負擔</span></div>