BetaCategory: HTML - Owner: PaulDavis - Owner ID: 1
Load a different CSS file depending on your iPad's orientation.
http://www.cloudfour.com/ipad-orientation-css/
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css">
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css">