Cita:
Iniciado por usuarioweb para hacer lo que dices en esta frase yo no se
pero si lo que quieres es que mantenga sus proporciones en diferente pantallas puedes hacer esto
mi pagina funciona desde celulares hasta Imacs
mira te paso mi código que me costo siglos lograr si tienes problemas para modificarlo me dices
solo le tienes que cambiar la imagen:
body{
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(../images/imagenes_portadas/fondo.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
padding: 1px;
height: 98%;
width: 98%;
position: absolute;
overflow: scroll;
;
}
me funciono perfectamente amigoo Gracias !