테이블에 마우스 오버 적용하기
로빈아빠
본문
onmouseover="this.style.backgroundColor='#F9EEBC'" onmouseout="this.style.backgroundColor=''"
<table>이나 <tr> <td> 아무곳에나 저 소스를 넣어준다
<td onmouseover="this.style.backgroundColor='#F9EEBC'" onmouseout="this.style.backgroundColor=''">
이런식으로 빨간색으로 된 부분은 마우스가 올라갔을 때 변하는 색이다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=64
<table>이나 <tr> <td> 아무곳에나 저 소스를 넣어준다
<td onmouseover="this.style.backgroundColor='#F9EEBC'" onmouseout="this.style.backgroundColor=''">
이런식으로 빨간색으로 된 부분은 마우스가 올라갔을 때 변하는 색이다.
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=64
관련링크
댓글목록
등록된 댓글이 없습니다.