Tema: Ayuda!!!
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/10/2006, 08:54
alberto127
 
Fecha de Ingreso: octubre-2006
Mensajes: 13
Antigüedad: 17 años, 5 meses
Puntos: 0
hola pues si tienen algo de razon que IE es el malo, estube revisando el codigo.

#toda #contenedor {
width: 750px;
position: relative;
background: url(images/je.jpg) no-repeat left bottom;
}

en cada background:
background: url(images/je.jpg) no-repeat left bottom;

cambialo por esto:
background:url(images/je.jpg);
background-position:left bottom;

prueba y me cuentas