I found a site that provides some nice tips and tricks for development on the iPad. With some handy CSS example files..
Did you know that you could use :
@media only screen and (device-width: 768px) and (orientation: landscape) {
/* rules for iPad in landscape orientation */
}
Tags: iPad

