Your Ad Here

Posted By

frederick on 07/10/10


Tagged


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

ktcleo
chrisaiv


iphone_css


 / Published in: CSS
 

  1. <? if (stristr($_SERVER['HTTP_USER_AGENT'],'iPhone')) {?>
  2. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
  3.  
  4. <link media="only screen and (max-width: 320px)" rel="stylesheet" type="text/css" href="/_assets/css/iphone/iphone_portrait.css"/>
  5. <link media="only screen and (min-width: 321px)" rel="stylesheet" type="text/css" href="/_assets/css/iphone/iphone_landscape.css"/>
  6. <? } else { ?>
  7. <link rel="stylesheet" type="text/css" href="<?=$path;?>/_assets/css/screen/screen.php" media="screen" />
  8. <? } ?>

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: ofadlaoui on July 23, 2010

Thank you for uploading this. It really helped me !

You need to login to post a comment.