/ Published in: CSS
URL: http://pastebin.com/gPm31nqz
See also: http://www.cssdiscussion.com/viewtopic.php?id=25 for iPhone specification...
Expand |
Embed | Plain Text
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (min-device-width: 768px) and (max-device-width: 1024px)" /> <link rel="stylesheet" type="text/css" href="landscape-mobile.css" media="only screen and(orientation:landscape) and (min-width: 321px) and (max-width: 480px)" />
You need to login to post a comment.
