css로 글자 감추기 / 테이블 넓이(폭) 고정 / 글자수 제어 text-overflow > 기술자료 | 해피정닷컴

css로 글자 감추기 / 테이블 넓이(폭) 고정 / 글자수 제어 text-overflow > 기술자료

본문 바로가기

사이트 내 전체검색

css로 글자 감추기 / 테이블 넓이(폭) 고정 / 글자수 제어 text-overflow > 기술자료

HTML css로 글자 감추기 / 테이블 넓이(폭) 고정 / 글자수 제어 text-overflow

페이지 정보


본문



웹에서 리스트를 만들면 때로는 제목이나 기타 등등이 길어질 때가 있습니다.

이때 많은 사람들이 substring 을 해서 점을 붙이는 형태로 작업을 하는데, 영어나 한글 등의 언어에 따라 길이가 제각각이 되므로 보기에 상당히 안좋습니다.

StyleSheet 를 이용하면 쉽게 글자를 제어할수 있습니다. 아래 세가지 형태로 활용이 가능합니다.

1. style='text-overflow:clip; overflow:hidden; word-wrap:break-word; white-space:nowrap;'

2. style='white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; word-wrap:break-word;' 
  IE 9, FireFox, Chrome 에서는 width를 넘게 되면 자동으로 ...을 붙여줍니다. 
  IE 8 / IE 9 는  word-wrap: break-word; white-space:nowrap; 를 추가해야만 작동됩니다.
  -o-text-overflow:ellipsis;  는 오페라 브라우저에서 비공식적(실험적)으로 지원하므로 접두사를 추가함

3. style='text-overflow : ellipsis; -o-text-overflow:ellipsis; overflow : visible'
추가로 width 속성에 적절한 길이만 넣어주면 됩니다.
<table border="1" cellpadding="0" cellspacing="0" width="200">
  <tr>
    <td width="50"> </td>
    <td> </td>
  </tr>
</table><br />

<table style="table-layout: fixed;" border="1" cellpadding="0" cellspacing="0" width="200">
  <tr>
    <td width="50">부천</td>
    <td style="white-space:nowrap; word-wrap: break-word; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;">해피정닷컴 https://www.happyjung.com</td>
  </tr>
</table><br />

<table border="1" cellpadding="0" cellspacing="0" width="200">
  <tr>
    <td width="50">부천</td>
    <td style="overflow: hidden;" nowrap="nowrap">해피정닷컴 www.happyjung.com</td>
  </tr>
</table>

"한글의 경우 <nobr></nobr> 또는 바로위 Element 에 nowrap 으로 묶어 주지 않으면 적용되지 않는다." 라는 설명을 많이 보게 됩니다.
그러나 <nobr> 테그는 W3C의 표준이 아닙니다.  이때는 아래와 같이 사용하셔야 합니다.

틀린 표현 : <nobr>there is no wrapping here</nobr>
맞는 표현 : <table><tr><td nowrap="nowrap">there is no wrapping here</td></tr></table>
맞는 표현 : <span style="white-space: nowrap;">there is no wrapping here</span>


관련자료
http://msdn.microsoft.com/en-us/library/ms534673.aspx 
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_24523713.html
http://bydm7258.blogspot.kr/2014/04/css.html

댓글목록

등록된 댓글이 없습니다.


Total 2,634건 128 페이지
  • RSS
기술자료 목록
94
HTML   11302  2006-06-08 00:23  
93
PHP   12206  2006-06-07 10:00  
92
HTML   19491  2006-06-05 17:33  
열람
HTML   30225  2006-06-03 19:45 ~ 2015-09-19 00:00  
90
MySQL   12935  2006-06-02 16:27 ~ 2017-08-11 00:00  
89
일반   19270  2006-05-31 19:32 ~ 2021-03-11 07:46  
88
제로보드   17633  2006-05-29 17:41  
87
HTML   23872  2006-05-29 16:39  
86
Linux   13991  2006-05-29 15:08  
85
MySQL   13631  2006-05-26 20:00  
84
제로보드   13196  2006-05-26 18:15 ~ 2018-07-28 03:41  
83
PHP   14615  2006-05-25 19:57 ~ 2012-04-16 00:00  
82
PHP   12273  2006-05-25 17:27 ~ 2019-03-19 04:01  
81
PHP   11956  2006-05-25 17:26 ~ 2019-03-07 01:02  
80
PHP   12877  2006-05-25 17:22 ~ 2019-03-07 01:01  
79
PHP   11859  2006-05-25 17:19 ~ 2016-12-22 00:00  
78
PHP   15983  2006-05-25 17:13 ~ 2023-03-20 16:39  
77
HTML   22100  2006-05-19 19:19 ~ 2021-12-02 16:32  
76
ClassicASP   14761  2006-05-18 16:22 ~ 2013-05-03 00:00  
75
제로보드   16552  2006-05-18 07:21  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.