Return to Snippet

Revision: 48220
at June 26, 2011 16:41 by Ashung


Initial Code
<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">

Initial URL
http://broadcast.oreilly.com/2010/04/using-css-media-queries-ipad.html

Initial Description


Initial Title
Using CSS Media Queries to Style iPhone and iPad

Initial Tags
iphone

Initial Language
CSS