글
웹에서 리스트를 만들면 때로는 제목이나 기타등등이 길어질 때가 있다
이때 많은 사람들이 substring 을 해서 점을 붙이는 형태로 작업을 하는데, 영어나 한글 등의 언어에 따라 길이가 제각각이 되므로 보기에 상당히 안 좋다.
제목이 긴경우 ... 으로 해준다
<div style="position:relative; width:100px; text-overflow:ellipsis; overflow:hidden; cursor:hand"><nobr>텍스트 어쩌구저쩌구 이러쿵 저러쿵...</nobr><div>
<table width="100%" border="1" class="v1" style='table-layout:fixed'>
<tr>
<td width="50"><img src="<?=$strImage?>" width="50" height="50"></td>
<td width="100%">
<div style='width:100%;height:16px;overflow:hidden;text-overflow:ellipsis'><nobr><b><?=$strTitle?></b></nobr></div>
</td>
</tr>
</table>
이때 많은 사람들이 substring 을 해서 점을 붙이는 형태로 작업을 하는데, 영어나 한글 등의 언어에 따라 길이가 제각각이 되므로 보기에 상당히 안 좋다.
제목이 긴경우 ... 으로 해준다
<div style="position:relative; width:100px; text-overflow:ellipsis; overflow:hidden; cursor:hand"><nobr>텍스트 어쩌구저쩌구 이러쿵 저러쿵...</nobr><div>
<table width="100%" border="1" class="v1" style='table-layout:fixed'>
<tr>
<td width="50"><img src="<?=$strImage?>" width="50" height="50"></td>
<td width="100%">
<div style='width:100%;height:16px;overflow:hidden;text-overflow:ellipsis'><nobr><b><?=$strTitle?></b></nobr></div>
</td>
</tr>
</table>
'웹스터디 > xhtmlcss' 카테고리의 다른 글
인터넷익스플러 핵(hack) 박스모델링 (0) | 2008.07.12 |
---|---|
CSS 핵 - 브라우저별 CSS 적용 (0) | 2008.07.11 |
CSS : 리스트와 불릿 이미지 - ul, li (0) | 2008.07.09 |
ul 태그와 CSS를 이용한 탭(Tab)코딩 (0) | 2008.07.09 |
리스트 태그(ul, ol, li)의 list-style-type 종류 (0) | 2008.07.09 |
효율적인 폰트 속성 지정하기 (간단한 팁) (0) | 2008.06.30 |
크로스 브라우징을 위한 CSS적용 Tip (0) | 2008.06.21 |
크로스브라우징 - 박스모델의 padding, magin, width (0) | 2008.06.21 |
IE6,IE7 ,FireFox 에 대해 CSS 맞추기 (0) | 2008.05.31 |
꾸며진 셀렉트박스 (decorated select box) (0) | 2008.05.30 |
RECENT COMMENT