Português
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Para completar este efeito, são necessárias duas etapas. primeiro passo: Adicione o seguinte código à área <head> --> <script language="JavaScript1.2"> function changeto(highlightcolor){ source=event.srcElement if (source.tagName=="TR"||source .tagName ==="TABLE") retorna while(source.tagName!="TD") source=source.parentElement if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore") source.style.backgroundColor= destaquecolor } function changeback(originalcolor){ if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore") return if (event.toElement!=source ) source.style.backgroundColor=originalcolor } </script> <!--Etapa 2: Adicione o seguinte código à área <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 alinhar= "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 >