Español
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Para completar este efecto, se requieren dos pasos. primer paso: agregue el siguiente código al área <head> --> <script language="JavaScript1.2"> función changeto(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.backgroundColor= color resaltado } función cambio(color original){ if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore") return if (event.toElement!=fuente ) fuente. style.backgroundColor=originalcolor } </script> <!--Paso 2: agregue el siguiente código al á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 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 >