Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhone でサイトの右マージンが切れてしまいます。何かアイデアはありますか? ありがとう!
http://speedsociety.com/
iPhone 用のカスタム スタイル シートを作成し、次のように添付します。
<?php $browser = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); if ($browser == true){ $browser = 'iphone'; } ?> <?php if($browser == 'iphone'){ ?> <!-- Attach style-sheet here -- <?php } ?>