For the most part, Mobile Safari on the iPad is the same as that on the iPhone. One difference that I’ve found is that Webkit on the iPad honors CSS media query declarations based on orientation. I’ve built a sample page demonstrating orientation css for iPad. Using orientation in CSS is very simple. The code looks like this: <link rel=”stylesheet” media=”all and (orientation:portrait)” href=”port

