테이블 색상 바뀌기 onMouseOver 컬러 지정
페이지 정보
본문
<table width="200" border="0" cellspacing="1" cellpadding="0" bgcolor=#000000>
<tr bgcolor=#ffffff>
<td align="center" style=cursor:hand; onClick="location.href='http://www.naver.com'" onMouseOver="bgColor='#eeeeee'" onMouseOut="bgColor='#ffffff'">네이버</td>
<td align="center" style=cursor:hand; onClick="location.href='http://www.daum.net'" onMouseOver="bgColor='#eeeeee'" onMouseOut="bgColor='#ffffff'">다음</td>
</tr>
</table>
댓글목록
등록된 댓글이 없습니다.