Calling the iPad's stylesheet would look something like this:
<!-- iPad Stylesheet -->
<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="http://designreviver.com/answers/../ipad.css" type="text/css" />
No the exact stylesheet would need to be within these parameters (specifically 1024px). I would definitely use the 960 grid system.
<!-- iPad Stylesheet -->
<link rel="stylesheet" media="only screen and (max-device-width: 1024px)" href="http://designreviver.com/answers/../ipad.css" type="text/css" />
No the exact stylesheet would need to be within these parameters (specifically 1024px). I would definitely use the 960 grid system.