웹 개발

HTML 객체의 넓이보다 text의 길이가 길어졌을 경우 ... 처리 방법 (ellipsis)

노루아부지 2019. 8. 23. 21:56
.ellipsis{
	white-space:nowrap;
	text-overflow:ellipsis;     /* IE, Safari */ 
	-o-text-overflow:ellipsis; 
	overflow:hidden;  
	-moz-binding: url('ellipsis.xml#ellipsis');  
}

 

728x90
loading