超出部分用省略号代替,鼠标放上去显示多余部分内容

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
#overplus { width:100px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#overplus:hover { width:auto;}
</style>
</head>
<body>
<div id="overplus">我是一部分我是剩余部分</div>
</body>
</html>
posted @ 2016-11-10 12:22  贺小鸣  阅读(3220)  评论(0编辑  收藏  举报
为尊重他人劳动成果,转载/摘抄请标明来源!