iPad Orientation CSS « Cloud FourSubmitted by posterous on Sun, 01/02/2011 - 15:43 |
Using orientation in CSS is very simple. The code looks like this: <link rel=”stylesheet” media=”all and (orientation:portrait)” href=”portrait.css”> <link rel=”stylesheet” media=”all and (orientation:landscape)” href=”landscape.css”> via cloudfour.com

