반응형
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>
반응형
'[프로그래밍] > FrontEnd' 카테고리의 다른 글
이벤트버블링 방지를 위한 코드 (0) | 2015.10.27 |
---|---|
페이지이동 안될 때 (0) | 2015.03.19 |
Ajax로 데이터 주고 받을 때 Error : There is a cycle in the hierarchy! (0) | 2014.12.31 |
html xmlns="http://www.w3.org/1999/xhtml 에 관한 오류_Undefined attribute name (xmlns). (0) | 2014.06.23 |
화면구성시 이미지 사이즈 설정을 돕는 태그<img src="http://placehold.it/430x280"> (0) | 2014.05.27 |
댓글