Código:
¿Alguna idea de porque no me carga el fondo "Button2"? <html> <script> function cambia(){ celda1.style.background="images/button2.jpg" return true } </script> <center><body bgcolor=black> <table border=2 bgcolor=white height=45 width=1200> <tr> <td id="celda1" width=100 background="images/button.jpg" > <center><A HREF="lista360.html" target=indice onclick="cambia()"><b>Xbox 360</b></A></center> </td> </body> </html>