<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="http://code.jquery.com/jquery-1.8.0.min.js"></script> <style> .socketdetailalarm { float: left; width: 100px; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } </style> </head> <body> <div class="socketdetailalarm"> 溢出部分文字成为省略号 </div> </body> </html>