iPad Orientation CSS #iPhone #iPad #CSS
I didn't realise changing the CSS due to orientation was quite as easy as this... So I thought I'd share.
<link rel=”stylesheet” media=”all and (orientation:portrait)” href=”portrait.css”>
<link rel=”stylesheet” media=”all and (orientation:landscape)” href=”landscape.css”>
More available at - http://www.cloudfour.com/ipad-orientation-css/

