Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/02/2009, 13:00
joanfp
 
Fecha de Ingreso: febrero-2009
Mensajes: 13
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Help!!! I need somebody!!!! :)

He ido muy rápido respondiendo!!!!!.
He probado lo del position: absolute; y seguro que es eso pq si que cambia. Lo que pasa es que al quitarlo el logo de Video Bodas Bcn se ve partido en los 2 navegadores.

Se os ocurre algo más?.

Muchisimas gracias por todo!!!!!!.

www.videobodasbcn.com





Cita:
Iniciado por SetheR Ver Mensaje
Asi a bote pronto, en principal.css cambia eso:

Código:
#footer {}
#footer ul { position: absolute; margin:0 0 0 0; padding:0; margin-left: 101px; margin-top: 349px; backgroundimage: url(../img/footer.jpg) center; height: 84px; width: 777px; }
por esto:

Código:
#footer {}
#footer ul { position: absolute; margin:0 0 0 0; padding:0; margin-left: 101px; margin-top: 349px; background-image: url(../img/footer.jpg); height: 84px; width: 777px; }
o si no, por esto, ya que no se si IE acepta background img en ULs:

Código:
#footer {
 background-image: url(../img/footer.jpg);
background-repeat:no-repeat;
}
#footer ul { position: absolute; margin:0 0 0 0; padding:0; margin-left: 101px; margin-top: 349px;height: 84px; width: 777px; }
Saludos