文字超出顯示省略號,大家可以復制這段代碼進行實驗下
<Html>
<head>
<style type="text/CSS">
#cs{width:100px;height:50px;line-height:50px;color:#6699ff;border:1px #ff8000 dashed;overflow:hidden;text-overflow:ellipsis}
</style>
</head>
<body>
<div id="cs">
<nobr>愛上你的微笑--文字超出顯示省略號,大家可以復制這段代碼進行實驗下</nobr>
</div>
</body>
</Html>