heyiming
<!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>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-12-23
  • 2022-01-03
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-02-16
相关资源
相似解决方案