본문 바로가기
개발/Javascript, ECMAScript

칸 넘어가면 자르고 ... 붙여주는 스크립트.

by 언제나초심. 2010. 6. 29.
반응형



<style>.ellipsis {overflow:hidden; text-overflow:ellipsis; }</style>

<table style="TABLE-LAYOUT: fixed">
  <tr>
     <td class=ellipsis noWrap> 내용 </td>
  </tr>
</table>


반응형