Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/10/2005, 12:39
Avatar de Vaalegk
Vaalegk
 
Fecha de Ingreso: abril-2005
Mensajes: 154
Antigüedad: 19 años, 7 meses
Puntos: 2
agrega algo asi al final de tu funcion inicio:

var wp=document.all?document.all.fotico:document.getEl ementById('fotico');
if(wp){
window.resizeTo(wp.offsetWidth,wp.offsetHeight+30) ;
//juega con estos valores un poco.
}

ademas agreagale a tu body style="margin:0;"