Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IPAD grrrrr ! Reply To: IPAD grrrrr !

#235125
Atelierbram
Participant
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
}

Maybe you caught an exception with this iPad air on this giant media-query (, which looks over-complicated to me). As long as it works you are fine, what can I say …, personally I like to keep things simple.