html5 overflow 글자 자르기

HTML5/크로스브라우징/CSS 2013. 1. 13. 17:36


// Overflow 가능한 길이 단위

width:auto    (X)

width:100%   (X)

width:.8em   (O)

width:200px  (O)


CSS //===================================

text-overflow: ellipsis; 

-o-text-overflow:ellipsis; 

overflow:hidden;


width : 10em;

height : 20px;