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 200건 10 페이지
  • RSS
기술자료 목록
20
HTML   16779  2007-03-03 18:58 ~ 2016-11-18 00:00  
19
HTML   13674  2007-01-14 22:03  
18
HTML   20584  2006-10-16 17:54 ~ 2014-09-24 00:00  
17
HTML   42504  2006-09-07 17:19  
16
HTML   14822  2006-08-04 23:39 ~ 2007-07-17 00:00  
15
HTML   16565  2006-07-17 19:05  
14
HTML   23282  2006-07-06 18:45 ~ 2010-11-01 00:00  
13
HTML   14551  2006-06-27 03:40 ~ 2013-05-12 00:00  
12
HTML   11268  2006-06-08 00:23  
11
HTML   19469  2006-06-05 17:33  
열람
HTML   30187  2006-06-03 19:45 ~ 2015-09-19 00:00  
9
HTML   23850  2006-05-29 16:39  
8
HTML   22072  2006-05-19 19:19 ~ 2021-12-02 16:32  
7
HTML   23436  2006-03-04 14:54 ~ 2020-10-11 18:21  
6
HTML   15424  2006-03-02 21:35 ~ 2008-01-28 00:00  
5
HTML   16417  2006-02-11 11:18 ~ 2017-03-29 00:00  
4
HTML   19823  2005-12-27 18:34 ~ 2015-08-05 00:00  
3
HTML   17654  2004-05-12 20:10  
2
HTML   26151  2004-05-12 19:05  
1
HTML   19326  2004-05-12 18:53  

검색

해피정닷컴 정보

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

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