caption과 colgroup에 대한 고찰 산유물(마스터K님 제보)

· 2013-02-26 (화) 17:16:03 · 4260 · 1
{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
적용시 position:absolute; 인한 크롬, 사파리에서 width값 미적용 문제
<colgroup>을 사용안하고 <td>에 스타일 적용시 사용가능

{overflow:hidden;margin-left:-9999px;width:1px;height:1px;font-size:0;line-height:0}
최신버전 크롬, 사파리 및 lte ie8, 파폭에서도 width값 적용 및 caption 숨김

<colgroup>에 width값 적용시 사파리 미적용 현상 발생


예제소스) http://sirgle.com/caption_sr_test.php 활용
html5

#col {margin-bottom:50px;border-collapse:collapse;border-spacing:0}
#col caption{overflow:hidden;margin-left:-9999px;width:1px;height:1px;font-size:0;line-height:0}

<!--[if lte IE 7]>
#col caption{overflow:hidden;margin-left:-9999px;width:1px;height:0px;font-size:0;line-height:0}
<![endif]-->
ie 6,7 테스터로 돌려본결과에서는 노이즈(?) 미출력

<table id="col">
<caption>테스트용 테이블</caption>
<colgroup>
    <col width="50px">
    <col width="100px">
    <col width="150px">
</colgroup>
<thead>
<tr>
    <th>1st header</th>
    <th>2nd header</th>
    <th>3rd header</th>
</tr>
</thead>
<tbody>
<tr>
    <td>1</td>
    <td>2</td>
    <td>3</td>
</tr>
</tbody>
</table>
|

댓글 1개

2013-02-26 (화) 20:41:37
이 분도 개발자시군요 .....
글이 이해가 안됨............
개발자의 특징 (자기 머릿속에 있는걸 풀어쓰지 못함 -_-)
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

202,883건
+
제목 글쓴이 날짜 조회
13-02-26 조회 6,326
13-02-26 조회 1,065
13-02-26 조회 1,315
13-02-26 조회 1,295
13-02-26 조회 5,398
13-02-26 조회 1,356
13-02-26 조회 1,263
13-02-26 조회 2,360
13-02-26 조회 2,062
13-02-26 조회 1,959
13-02-26 조회 2,262
13-02-26 조회 1,963
13-02-26 조회 1,373
13-02-26 조회 1,578
13-02-26 조회 4,261
13-02-26 조회 1,378
13-02-26 조회 1,234
13-02-26 조회 1,285
13-02-26 조회 1,243
13-02-26 조회 1,379