Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/03/2013, 09:19
RGT
Usuario no validado
 
Fecha de Ingreso: noviembre-2008
Mensajes: 505
Antigüedad: 15 años, 5 meses
Puntos: 5
Como hago para que el contenido se quede en el centro de la pantalla junto con fondo?

hola, tengo esto:
http://www.elguish.com/

el fondo se ajusta a la pantalla pero, los botones de las redes sociales no, cuando haces scroll los botones se mueven. alguna idea?.

tengo esto:
Código:
body {
background:url(http://oi45.tinypic.com/5ee4xs.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
Cita:
<div style="margin:445px auto;" align="center">

<a href="https://www.facebook.com/GuishMusic"><img src="http://i46.tinypic.com/2lk8exj_th.png" width="53" height="53" /></a>
<a href="https://twitter.com/ElGuish"><img src="http://i46.tinypic.com/2uzbjf8_th.png" width="53" height="53" /></a>
<a href="https://www.youtube.com/ELGUISHTV"><img src="http://i46.tinypic.com/125nb68_th.png" width="53" height="53" /></a>
<a href="http://instagram.com/elguish"><img src="http://i48.tinypic.com/346qsdd_th.png" width="53" height="53" /></a>

</div>