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

{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개

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

자유게시판

+
제목 글쓴이 날짜 조회
13년 전 조회 6,214
13년 전 조회 941
13년 전 조회 1,194
13년 전 조회 1,158
13년 전 조회 5,217
13년 전 조회 1,235
13년 전 조회 1,138
13년 전 조회 2,242
13년 전 조회 1,951
13년 전 조회 1,833
13년 전 조회 2,095
13년 전 조회 1,880
13년 전 조회 1,265
13년 전 조회 1,487
13년 전 조회 4,105
13년 전 조회 1,260
13년 전 조회 1,103
13년 전 조회 1,163
13년 전 조회 1,133
13년 전 조회 1,268
13년 전 조회 1,790
13년 전 조회 1,769
13년 전 조회 1,867
13년 전 조회 1,755
13년 전 조회 2,085
13년 전 조회 1,741
13년 전 조회 1,972
13년 전 조회 1,135
13년 전 조회 1,270
13년 전 조회 1,863