WTF: Should be Easy.
WTF: Should be Easy.
Out of context: Reply #2
- Started
- Last post
- 16 Responses
- NONEIS0
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="iphone.css">
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)" href="ipad-portrait.css">
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)" href="ipad-landscape.css">
<link rel="stylesheet" media="all and (min-device-width: 1025px)" href="ipad-landscape.css">- Seems like there should be a simpler catch-all one-liner. Basically, just trying to create a clear division between desktop users and ipod/pad users.sisu