Hola:
Cita:
Iniciado por oscargmsp ¿El problema puede estar aquí?
#container {
position: absolute;
margin: 0 auto;
height: 630px !important;
height: 630px;
width: 918px;
background-image: url(../imatges/fons.gif);
left: 50%;
top: 50%;
margin-top: -315px;
margin-left: -460px;
}
El problema puede ser ese, si lo cambias por:
Código CSS:
Ver original#container{
position:relative;
margin:0 auto;
height: 630px !important;
height: 630px;
width: 918px;
background-image:url(../imatges/fons.gif);
}
no sucede eso.
Saludos.