table.tb_list thead th.rows {
height: 48px;
padding-left: 5px;
font-weight : normal;
text-align: center;
border-left: solid 1px #d0d0d0;
border-right: solid 1px #eee;
background: url(/core/adm/com/images/board/tb_head_bg_rowspan.gif) repeat-x left top;
cursor: pointer;
}
<div class="sub_list">
<table width="100%" class="tb_list" summary="단말기별통계">
<thead>
<tr>
<th scope="col" rowspan="2" class="rows">년도</th>
<th scope="col" rowspan="2" class="rows">과정명</th>
<th scope="col" colspan="3">전체</th>
<th scope="col" colspan="3">아이폰</th>
<th scope="col" colspan="3">안드로이드</th>
<th scope="col" colspan="3">윈도우모바일</th>
</tr>
'개발 > jsp' 카테고리의 다른 글
동적 이미지 업다운 (0) | 2020.02.06 |
---|---|
동적 움직임 추가 w,s키 사용 (0) | 2020.02.06 |
convert + substring, replace(convert) (0) | 2020.02.06 |
(하위쿼리 사용) rnum을 이용하여 새롭게 정렬시킨다. (0) | 2020.02.06 |
정렬쿼리 (0) | 2020.02.06 |