한국어
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--이 효과를 완료하려면 두 단계가 필요합니다. 첫 번째 단계 : <head> 영역에 다음 코드를 추가합니다 --> <script 언어="JavaScript1.2"> functionchangeto(highlightcolor){ source=event.srcElement if (source.tagName=="TR"||source .tagName ==="TABLE") return while(source.tagName!="TD") source=source.parentElement if (source.style.BackgroundColor!=highlightcolor&&source.id!="ignore") source.style.BackColor= 하이라이트 컬러 } 함수 변경(originalcolor){ if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore") return if (event.toElement!=source ) source.style.BackgroundColor=originalcolor } </script> <!--2단계: <body> 영역에 다음 코드를 추가합니다--> <table width="30%" border="1" align="center " onMouseover ="changeto('33ff33')" onMouseout="changeback('black')" > <tr> <td> <div align="center">http://www.downcodes.com</div> < /td > </tr> <tr> <td> <div align="center">http://www.downcodes.com</div> </td> </tr> <tr> <td> <div align= "center">http://www.downcodes.com</div> </td> </tr> <tr> <td> <div align="center">http://www.downcodes.com </ div> </td> </tr> <tr> <td> <div align="center">http://www.downcodes.com</div> </td> </tr> </table >