Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/10/2006, 12:01
Avatar de spider_boy
spider_boy
 
Fecha de Ingreso: diciembre-2003
Ubicación: Chile
Mensajes: 1.855
Antigüedad: 21 años, 1 mes
Puntos: 89
Es que mira... Tengo el siguiente código..

Código PHP:
<... onClick="verArma('algunaImagen');">

// Javascript

function verArma(arma)    {
newDiv.style.background="url("+arma+")";
newDiv.style.width=arma.width+"px";
newDiv.style.height=arma.height+"px";

// [...]

Eso es... A ver si se te ocurre algo xD