April 2010
6 True Stories About Disneyland They Don't Want... →
siddman:
(via bonjoursophie)
iPad Orientation CSS →
esquareda:
webkitbits:
Cloud Four shows how it’s possible to change your CSS on the iPad based on orientation using media query declarations:
<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css">
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css">
March 2010