Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/12/2013, 06:45
Avatar de paxarin
paxarin
 
Fecha de Ingreso: enero-2010
Ubicación: Santander
Mensajes: 413
Antigüedad: 14 años, 3 meses
Puntos: 6
No carga los css para dispositivos moviles

Muy buenas.
estoy adaptando mi web a distintas resoluciones, pero por algun extraño motivo los css no cargan como deberian.
Este es el html
Código HTML:
Ver original
  1. <link rel="stylesheet" href="css/style.css">
  2. <link rel="stylesheet" href="css/reset.css">
  3. <link rel="stylesheet" media="only screen and (min-device-width: 280px) and (max-width:320px)" href="css/320smartphone.css"  />
  4. <link rel="stylesheet" media="only screen and (min-device-width: 330px) and (max-width:480px)" href="css/480smartphone.css"  />
  5. <link rel="stylesheet" media="only screen and (min-device-width: 490px) and (max-width:768px)" href="css/768tablet.css"  />
El tema es que solo me coje el estilo principal que es style.css y cuando reduzco el tamaño carga la hoja 768tablet.css pero ya no carga el resto.
Por que podria ser?
__________________
http://www.paxarindesign.es