
fondo adaptable escrolla
Publicado por walter (47 intervenciones) el 24/09/2015 16:10:57
hola. sigo dando vueltas con este fondo. en un ordenador se adapta y funciona bien pero en unos celulares no.
esta es la direccion: http://sonidosdistantes.com.ar/2015/servicios.html
el css:
esta es la direccion: http://sonidosdistantes.com.ar/2015/servicios.html
el css:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
body {
font-family: Cuprum;
font-size: 100%;
background-color: #170017;
margin: 0;
padding: 0;
height: 100%;
}
#contenedor {
text-align: center;
height: 100%;
}
#contenedor, bg {
background-color: #333;
background-image: url(img/fondo.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-khtml-background-size: cover;
}
Valora esta pregunta


0