텍스트 말줄임(...) 처리 – 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>
이 속성 조합은 관리자 페이지, 쇼핑몰 목록, 게시판 제목 등에서 매우 자주 쓰입니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 58 | jQuery Mobile | 8년 전 | 2980 | ||
| 57 | jQuery Mobile | 8년 전 | 2024 | ||
| 56 | jQuery Mobile | 8년 전 | 1354 | ||
| 55 | jQuery Mobile | 8년 전 | 1549 | ||
| 54 | jQuery Mobile | 8년 전 | 2232 | ||
| 53 | jQuery Mobile | 8년 전 | 1532 | ||
| 52 | jQuery Mobile | 8년 전 | 1551 | ||
| 51 | jQuery Mobile | 8년 전 | 1422 | ||
| 50 | jQuery Mobile | 8년 전 | 1310 | ||
| 49 | jQuery Mobile | 8년 전 | 1815 | ||
| 48 | jQuery Mobile | 8년 전 | 1458 | ||
| 47 | jQuery Mobile | 8년 전 | 2014 | ||
| 46 | jQuery Mobile | 8년 전 | 1977 | ||
| 45 | jQuery Mobile | 8년 전 | 1509 | ||
| 44 | jQuery Mobile | 8년 전 | 1670 | ||
| 43 | jQuery Mobile | 8년 전 | 1783 | ||
| 42 | jQuery Mobile | 8년 전 | 1664 | ||
| 41 | jQuery Mobile | 8년 전 | 1832 | ||
| 40 | jQuery Mobile | 8년 전 | 1468 | ||
| 39 | jQuery Mobile | 8년 전 | 1630 | ||
| 38 | jQuery Mobile | 8년 전 | 2176 | ||
| 37 | jQuery Mobile | 8년 전 | 2678 | ||
| 36 | jQuery Mobile | 8년 전 | 2129 | ||
| 35 | jQuery Mobile | 8년 전 | 1514 | ||
| 34 | jQuery Mobile | 8년 전 | 2417 | ||
| 33 | AngularJS | 8년 전 | 2864 | ||
| 32 | AngularJS | 8년 전 | 2426 | ||
| 31 | AngularJS | 8년 전 | 1761 | ||
| 30 | AngularJS | 8년 전 | 2836 | ||
| 29 | AngularJS | 8년 전 | 2391 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기