Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/04/2004, 07:54
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
Eso

tal vez te sea práctico el ponerlo así
Código:
<script>
	function x(){
document.getElementById('capa').style.backgroundColor = "#ffcc00";
	}

window.onload = x
</script>