본문 바로가기
[프로그래밍]/FrontEnd

table

by control+c 2015. 3. 6.
반응형

text-overflow: ellipsis 테이블 넓이가 동적으로 변할때

<td width="65%" align="left" colspan="1" style="text-align: left; max-width: 110px" nowrap="nowrap">

<h2 style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0px; padding: 0px;">

<a href='<c:url value="/user/UserDetail.do?userSeq=${result.userSeq}"/>' style="color: #007cd0; text-decoration: none; font-weight: bold;">

<c:out value="${result.nick}" />

</a>

</h2>

</td>


반응형

댓글