CSS文字自动隐藏为…

.autocut{ 
overflow:hidden; 
white-space:nowrap; 
text-overflow:ellipsis; 
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
} 
.autocut:hover 
{ 
overflow:visible; 
white-space:normal; 
word-wrap: break-word; 
}


你可能感兴趣的:(自动隐藏)