/ Published in: CSS
Expand |
Embed | Plain Text
<? if (stristr($_SERVER['HTTP_USER_AGENT'],'iPhone')) {?> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> <link media="only screen and (max-width: 320px)" rel="stylesheet" type="text/css" href="/_assets/css/iphone/iphone_portrait.css"/> <link media="only screen and (min-width: 321px)" rel="stylesheet" type="text/css" href="/_assets/css/iphone/iphone_landscape.css"/> <? } else { ?> <link rel="stylesheet" type="text/css" href="<?=$path;?>/_assets/css/screen/screen.php" media="screen" /> <? } ?>
Comments
Subscribe to comments
You need to login to post a comment.

Thank you for uploading this. It really helped me !