<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Determine iPhone orientation using CSS</title>
	<atom:link href="http://www.thecssninja.com/css/iphone-orientation-css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thecssninja.com/css/iphone-orientation-css</link>
	<description>All things CSS, JavaScript &#38; HTML</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:46:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jagadeesh</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2706</link>
		<dc:creator>jagadeesh</dc:creator>
		<pubDate>Tue, 13 Sep 2011 12:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2706</guid>
		<description>While chagening the position to portrait to landscape the website.. the website does not shows in full screen. It show in portrait width only.. after refreshing the page it show in full screen.... what is the solution for this....??</description>
		<content:encoded><![CDATA[<p>While chagening the position to portrait to landscape the website.. the website does not shows in full screen. It show in portrait width only.. after refreshing the page it show in full screen&#8230;. what is the solution for this&#8230;.??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brave Knowledge &#187; Responsive Web Design: What It Is and How To Use It</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2704</link>
		<dc:creator>Brave Knowledge &#187; Responsive Web Design: What It Is and How To Use It</dc:creator>
		<pubDate>Mon, 12 Sep 2011 08:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2704</guid>
		<description>[...] this property works only on the iPad. When determining the orientation for the iPhone and other devices, the use of max-device-width and min-device-width should do the [...]</description>
		<content:encoded><![CDATA[<p>[...] this property works only on the iPad. When determining the orientation for the iPhone and other devices, the use of max-device-width and min-device-width should do the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamzelle</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2613</link>
		<dc:creator>Mamzelle</dc:creator>
		<pubDate>Wed, 22 Jun 2011 23:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2613</guid>
		<description>Thank you, really useful!</description>
		<content:encoded><![CDATA[<p>Thank you, really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-04-14 &#8249; The Iona Group</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2511</link>
		<dc:creator>links for 2011-04-14 &#8249; The Iona Group</dc:creator>
		<pubDate>Fri, 15 Apr 2011 20:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2511</guid>
		<description>[...] for 2011-04-14Chad Udell Posted on April 14, 2011 Category: DiscoverDetermine iPhone orientation using CSS &#124; The CSS Ninja &#8211; All &#8230;Using the CSS3 media queries we can accomplish orientation detection with only CSS but instead of [...]</description>
		<content:encoded><![CDATA[<p>[...] for 2011-04-14Chad Udell Posted on April 14, 2011 Category: DiscoverDetermine iPhone orientation using CSS | The CSS Ninja &#8211; All &#8230;Using the CSS3 media queries we can accomplish orientation detection with only CSS but instead of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2011-04-14 &#124; Visualrinse &#124; Design and Development by Chad Udell</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2507</link>
		<dc:creator>links for 2011-04-14 &#124; Visualrinse &#124; Design and Development by Chad Udell</dc:creator>
		<pubDate>Thu, 14 Apr 2011 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2507</guid>
		<description>[...] Determine iPhone orientation using CSS &#124; The CSS Ninja &#8211; All &#8230; Using the CSS3 media queries we can accomplish orientation detection with only CSS but instead of looking at the unsupported orientation property we can use the min-width and max-width propertities to our advantage to detect what orientation the user is currently in. (tags: mobile css3 iphone mediaqueries) [...]</description>
		<content:encoded><![CDATA[<p>[...] Determine iPhone orientation using CSS | The CSS Ninja &#8211; All &#8230; Using the CSS3 media queries we can accomplish orientation detection with only CSS but instead of looking at the unsupported orientation property we can use the min-width and max-width propertities to our advantage to detect what orientation the user is currently in. (tags: mobile css3 iphone mediaqueries) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Css Ninja</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2485</link>
		<dc:creator>The Css Ninja</dc:creator>
		<pubDate>Wed, 06 Apr 2011 04:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2485</guid>
		<description>@&lt;a href=&quot;#comment-2480&quot; rel=&quot;nofollow&quot;&gt;Mark&lt;/a&gt; -

The window dimensions will most likely be different I believe Android supports orientation media query use that.

&lt;pre lang=&quot;css&quot;&gt;
@media  screen and (max-width: 320px), screen and (oritation:portrait) { }
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-2480" rel="nofollow">Mark</a> -</p>
<p>The window dimensions will most likely be different I believe Android supports orientation media query use that.</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;"><span style="color: #a1a100;">@media  screen and (max-width: 320px), screen and (oritation:portrait) { }</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2480</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 01 Apr 2011 19:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2480</guid>
		<description>Works fine on my iphone but not on an Android Samsung device, the layout does not stretch in landscape mode just like previously on my iphone, is there a trick to fix it for it?</description>
		<content:encoded><![CDATA[<p>Works fine on my iphone but not on an Android Samsung device, the layout does not stretch in landscape mode just like previously on my iphone, is there a trick to fix it for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2479</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2479</guid>
		<description>Thanks, I just started working on a mobile simple website and found out about the landscape issue, now it works..</description>
		<content:encoded><![CDATA[<p>Thanks, I just started working on a mobile simple website and found out about the landscape issue, now it works..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Responsive Web Design이란 무엇이고 어떻게 만드는가? (1)</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2476</link>
		<dc:creator>Responsive Web Design이란 무엇이고 어떻게 만드는가? (1)</dc:creator>
		<pubDate>Thu, 31 Mar 2011 07:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2476</guid>
		<description>[...] 이 속성은 오직 iPad에서만 작동된다. iPhone에서도 orientation을 지정하거나, 다른 기기에서도 동작하게 만드려면, max-device-width와 min-device-width를 [...]</description>
		<content:encoded><![CDATA[<p>[...] 이 속성은 오직 iPad에서만 작동된다. iPhone에서도 orientation을 지정하거나, 다른 기기에서도 동작하게 만드려면, max-device-width와 min-device-width를 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrex</title>
		<link>http://www.thecssninja.com/css/iphone-orientation-css/comment-page-1#comment-2404</link>
		<dc:creator>cyrex</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecssninja.com/?p=321#comment-2404</guid>
		<description>Thx, nice tut and a great idea. :)</description>
		<content:encoded><![CDATA[<p>Thx, nice tut and a great idea. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

