Comunidad de diseño web y desarrollo en internet online

media query para móviles

Citar            
MensajeEscrito el 08 Jul 2017 02:37 am
Hola, desarrollo una aplicación para móviles y tengo el footer, y encima de él, botones con bottom del 10%. quedan inmediatamente encima del footer.

Cuando cambio la orientación del móvil a landscape, quiero que sea del 15% pero no logro hacerlo. Los buttons bajan y "se meten" DENTRO del footer. Les agradeceré si me pueden ayudar

#botones-abajo{
position: fixed;
bottom: 10%;
}
/* Smartphones (landscape) ----------- */
@media only screen and orientation=landscape {
#botones-abajo {
position: fixed;
bottom: 25%;
}
}

Por grodrig61

Claber

223 de clabLevel



 

chrome
Citar            
MensajeEscrito el 26 Ago 2017 09:49 pm
Prueba con:

Código HTML :

.botones-abajo{
position: fixed;
bottom: 10%;
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width:768) {
#botones-abajo {
position: fixed;
bottom: 25%;
}
}


Espero haberte ayudado :wink:

Por IVAN HEREDIA PLANAS

53 de clabLevel



Genero:Masculino  

Lo increíble, no es lo que ves, sino como es

chrome
Citar            
MensajeEscrito el 28 Ago 2017 02:12 pm
Gracias !!!!!

Por grodrig61

Claber

223 de clabLevel



 

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.