테이블 Hoverable Table
:hover<tr> 의 선택기를 사용하여 마우스를 올려 놓은 상태에서 테이블 행을 강조 표시하십시오.
이름 성 저금
베드로 그리핀 $ 100
로이스 그리핀 $ 150
조 스완 손 300 달러
예
tr:hover {background-color: #f5f5f5}
<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
tr:hover{background-color:#f5f5f5}
</style>
</head>
<body>
<h2>Hoverable Table</h2>
<p>Move the mouse over the table rows to see the effect.</p>
<table>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Points</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
<td>$100</td>
</tr>
<tr>
<td>Lois</td>
<td>Griffin</td>
<td>$150</td>
</tr>
<tr>
<td>Joe</td>
<td>Swanson</td>
<td>$300</td>
</tr>
<tr>
<td>Cleveland</td>
<td>Brown</td>
<td>$250</td>
</tr>
</table>
</body>
</html>

게시글 목록
| 번호 | 제목 |
|---|---|
| 2861 | |
| 2849 | |
| 2828 | |
| 2824 | |
| 2820 | |
| 2814 | |
| 2813 | |
| 2808 | |
| 2807 | |
| 2802 | |
| 2795 | |
| 2787 | |
| 2783 |
CSS
css가 충돌이 됬을때
4
|
| 2781 | |
| 2776 |
HTML
HTML5 자바스크립트 API
1
|
| 2771 | |
| 2757 |
반응형
각 해상도별 테스트.
8
|
| 2756 |
HTML
결제모듈과 구글웹사이트 번역 엘리먼트
|
| 2755 |
HTML
팁] 모바일에서 문자보내기
2
|
| 2754 |
반응형
짧고 굵은거
1
|
| 2748 | |
| 2739 | |
| 2736 | |
| 2734 | |
| 2731 | |
| 2730 |
HTML
팁]모바일에서 전화 걸기
1
|
| 2729 | |
| 2726 | |
| 2724 | |
| 2722 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기