CSS
css 텍스트 말줄임
라크젠
2011. 1. 4. 18:19
height: 높이값;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-ms-text-overflow:ellipsis;
테이블일 경우 + table-layout : fiexd;
xml은 파폭 적용이 안되더라....말줄임이 안나옴.