de css op mijn site werkt niet helemaal vlekkeloos,
zodra ik hem op een iPad open worden er dingen verborgen die wel weergegeven moeten worden,
waardoor er bijvoorbeeld wel een menubalk is, maar geen inhoud.
Het conflict bevindt zich in de head:
<link rel="stylesheet" media="screen and (min-width: 925px)" href="../../style.css"/>
<link rel="stylesheet" media="screen and (min-width: 600px) and (max-width: 925px)" href="../../stylemid.css"/>
<link rel="stylesheet" media="screen and (max-width: 600px)" href="../../stylesmall.css"/>
<link rel="stylesheet" media="screen and (device-aspect-ratio: 2/3)" href="../../stylesmall.css"/>
<link rel="stylesheet" media="screen and (device-aspect-ratio: 40/71)" href="../../stylesmall.css"/>
<link rel="stylesheet" media="screen and (device-aspect-ratio: 3/4)" href="../../stylesmall.css"/>
Ik kom er alleen niet uit.
De onderste 3 zijn voor iPhone, iPhone 5 en iPad.
Toevoeging op 22/12/2013 13:32:30:
Het gaat om: Joep4U.com