On 1 May 2014 15:45, Ted Kim (Axelerate LLC) <[email protected]> wrote: > Based upon IE testing it appears that specific pages, subdomains and subpages > on php.net are designed to be responsive but currently do not utilize the > @-ms-viewport rule to disable Internet Explorer’s auto scaling logic. It is > recommended that the @-ms-viewport rule is added to only the responsive pages > for optimal viewing of your site. The rule should not be added to > non-responsive pages. > > CSS: > > > > > > @-ms-viewport { > > > > width: device-width; > > > > }
I tested our site both with and without this change on Metro and desktop IE on Windows 8 and it didn't seem to make a difference — even without it, the site seemed to be responsive when the window width was reduced enough to trigger it. What's the benefit of making this change? Thanks, Adam -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
