Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/09/2012, 16:24
Avatar de nibollo
nibollo
 
Fecha de Ingreso: julio-2012
Mensajes: 22
Antigüedad: 11 años, 10 meses
Puntos: 2
Respuesta: Ocultar Divs con CSS3 de acuerdo a la resolucion de Pantalla. PROBLEMAS!!

Cita:
Iniciado por chrishxc Ver Mensaje
Desconozco el código que usas. Yo uso el siguiente y funciona:

Código:
@media handheld, only screen and (max-width: 767px) {
.search_and_share{
display:none;
}
}

@media only screen and (max-width: 1023px) {
.search_and_share{
display:none;
}
}
Mano de santo ;)
FUNCIONO DE MARAVILLA!!!! GRACIAS COMPAÑERO!!! 100% RECOMENDADO!