Ver Mensaje Individual
  #13 (permalink)  
Antiguo 11/03/2003, 19:02
blue_laser0
 
Fecha de Ingreso: diciembre-2002
Ubicación: USA
Mensajes: 101
Antigüedad: 22 años, 1 mes
Puntos: 0
¿Usando estilos?
reemplaza
Código:
if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style=" filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
por
Código:
if (document.all){
document.write('<img id=mdiv STYLE="position:absolute; TOP:302px; LEFT:315px; src="'+document.all.reflect.src+'" style=" filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
todo en una linea...sino no funciona!