텍스트 말줄임(...) 처리 – text-overflow: ellipsis
1. 문제
긴 텍스트가 한 줄에 다 안 들어가면 박스를 넘쳐서 UI가 깨지거나 어색해 보임
2. 해결 방법
.example {
width: 200px; /* 박스 너비 지정 필수 */
white-space: nowrap; /* 줄바꿈 없이 한 줄로 */
overflow: hidden; /* 넘친 텍스트 숨김 */
text-overflow: ellipsis; /* ... 처리 */
}
3. 설명
- white-space: nowrap → 줄바꿈 없이 한 줄 유지
- overflow: hidden → 넘치는 내용은 안 보이게
- text-overflow: ellipsis → 잘린 부분을 ...으로 표시
4. 팁
- div, span, a 등 텍스트 박스 어디든 적용 가능
- 반응형에서는 max-width 사용도 고려
5. 예시 적용
<div class="example">이 텍스트는 너무 길어서 잘릴 수도 있습니다.</div>
이 속성 조합은 관리자 페이지, 쇼핑몰 목록, 게시판 제목 등에서 매우 자주 쓰입니다.
긴 텍스트가 한 줄에 다 안 들어가면 박스를 넘쳐서 UI가 깨지거나 어색해 보임
2. 해결 방법
.example {
width: 200px; /* 박스 너비 지정 필수 */
white-space: nowrap; /* 줄바꿈 없이 한 줄로 */
overflow: hidden; /* 넘친 텍스트 숨김 */
text-overflow: ellipsis; /* ... 처리 */
}
3. 설명
- white-space: nowrap → 줄바꿈 없이 한 줄 유지
- overflow: hidden → 넘치는 내용은 안 보이게
- text-overflow: ellipsis → 잘린 부분을 ...으로 표시
4. 팁
- div, span, a 등 텍스트 박스 어디든 적용 가능
- 반응형에서는 max-width 사용도 고려
5. 예시 적용
<div class="example">이 텍스트는 너무 길어서 잘릴 수도 있습니다.</div>
이 속성 조합은 관리자 페이지, 쇼핑몰 목록, 게시판 제목 등에서 매우 자주 쓰입니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1347 | ||
| 117 | jQuery Mobile | 8년 전 | 1594 | ||
| 116 | jQuery Mobile | 8년 전 | 1825 | ||
| 115 | jQuery Mobile | 8년 전 | 1780 | ||
| 114 | jQuery Mobile | 8년 전 | 1969 | ||
| 113 | jQuery Mobile | 8년 전 | 1878 | ||
| 112 | jQuery Mobile | 8년 전 | 2486 | ||
| 111 | jQuery Mobile | 8년 전 | 1792 | ||
| 110 | jQuery Mobile | 8년 전 | 1581 | ||
| 109 | jQuery Mobile | 8년 전 | 1742 | ||
| 108 | jQuery Mobile | 8년 전 | 1968 | ||
| 107 | jQuery Mobile | 8년 전 | 1772 | ||
| 106 | jQuery Mobile | 8년 전 | 1450 | ||
| 105 | jQuery Mobile | 8년 전 | 1747 | ||
| 104 | jQuery Mobile | 8년 전 | 2424 | ||
| 103 | jQuery Mobile | 8년 전 | 1562 | ||
| 102 | jQuery Mobile | 8년 전 | 1504 | ||
| 101 | jQuery Mobile | 8년 전 | 1696 | ||
| 100 | jQuery Mobile | 8년 전 | 1921 | ||
| 99 | jQuery Mobile | 8년 전 | 1374 | ||
| 98 | jQuery Mobile | 8년 전 | 1397 | ||
| 97 | jQuery Mobile | 8년 전 | 1657 | ||
| 96 | jQuery Mobile | 8년 전 | 1309 | ||
| 95 | jQuery Mobile | 8년 전 | 1127 | ||
| 94 | jQuery Mobile | 8년 전 | 1528 | ||
| 93 | jQuery Mobile | 8년 전 | 1147 | ||
| 92 | jQuery Mobile | 8년 전 | 1568 | ||
| 91 | jQuery Mobile | 8년 전 | 1516 | ||
| 90 | jQuery Mobile | 8년 전 | 1681 | ||
| 89 | jQuery Mobile | 8년 전 | 1668 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기