[javascript] 마우스를 올리면 테이블 색갈 바뀌는 스크립트
로빈아빠
본문
마우스를 올리면 테이블 색갈 바뀌는 스크립트
<DIV>
<TABLE cellPadding="0" cellSpacing="0" width="150"> <!--테이블 너비-->
<TBODY>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
</TBODY></TABLE></DIV>
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:41:58 HTML에서 이동 됨]
<DIV>
<TABLE cellPadding="0" cellSpacing="0" width="150"> <!--테이블 너비-->
<TBODY>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffeeff"'>
<P> </P></TD></TR>
<TR>
<TD onmouseout='this.style.backgroundColor="white"' onmouseover='this.style.backgroundColor="#ffd0ff"'>
<P> </P></TD></TR>
</TBODY></TABLE></DIV>
[이 게시물은 VIRHAC님에 의해 2009-09-13 14:41:58 HTML에서 이동 됨]
관련링크
댓글목록
등록된 댓글이 없습니다.