<?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: Absolute, Relative, Fixed Positioning: How Do They Differ?</title>
	<atom:link href="http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Thu, 20 Jun 2013 07:05:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Raviraj</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-50628</link>
		<dc:creator>Raviraj</dc:creator>
		<pubDate>Wed, 04 Feb 2009 04:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-50628</guid>
		<description><![CDATA[I missed  &lt;HTML&gt; in one statement.
&lt;strong&gt;Correction*&lt;/strong&gt;
I think position fixed is relative to and not to view point (Screen) &gt;&gt; I think position fixed is relative to &lt;HTML&gt; and not to view point (Screen).]]></description>
		<content:encoded><![CDATA[<p>I missed  &lt;HTML&gt; in one statement.<br />
<strong>Correction*</strong><br />
I think position fixed is relative to and not to view point (Screen) &gt;&gt; I think position fixed is relative to &lt;HTML&gt; and not to view point (Screen).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raviraj</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-50518</link>
		<dc:creator>Raviraj</dc:creator>
		<pubDate>Tue, 03 Feb 2009 11:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-50518</guid>
		<description><![CDATA[Hi Chris,
  Thanks for this post Chris.
  I have same problem with fixed position as David asked above.
  I think position fixed is relative to  and not to view point (Screen).
  I have created one page with frame in it.

Frame contain page with one loading image whose CSS are as below.

&lt;strong&gt;position:fixed; left:50%; right:50%;  top:50%; bottom:50%;        height:1px;            width:1px;&lt;/strong&gt;

This image is visible to center when I brows the inner page separately, but it get center to iframe and not to screen when I brows the parent page which contain iframe with this page.

I want the image to center of screen instated of iframe and I tried it but didn&#039;t get desired result.
Is there any way to do this?]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
  Thanks for this post Chris.<br />
  I have same problem with fixed position as David asked above.<br />
  I think position fixed is relative to  and not to view point (Screen).<br />
  I have created one page with frame in it.</p>
<p>Frame contain page with one loading image whose CSS are as below.</p>
<p><strong>position:fixed; left:50%; right:50%;  top:50%; bottom:50%;        height:1px;            width:1px;</strong></p>
<p>This image is visible to center when I brows the inner page separately, but it get center to iframe and not to screen when I brows the parent page which contain iframe with this page.</p>
<p>I want the image to center of screen instated of iframe and I tried it but didn&#8217;t get desired result.<br />
Is there any way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracey</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-49294</link>
		<dc:creator>Tracey</dc:creator>
		<pubDate>Sun, 25 Jan 2009 04:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-49294</guid>
		<description><![CDATA[Thanks for this Chris.  I had been wondering why navigation elements aren&#039;t fixed more often.  Now I know what to avoid...I think :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for this Chris.  I had been wondering why navigation elements aren&#8217;t fixed more often.  Now I know what to avoid&#8230;I think :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Main &#124;&#124; My UX Development Corner &#124;&#124; Branded X</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-48277</link>
		<dc:creator>Main &#124;&#124; My UX Development Corner &#124;&#124; Branded X</dc:creator>
		<pubDate>Sun, 18 Jan 2009 23:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-48277</guid>
		<description><![CDATA[[...] move them pretty much anywhere. For more information on how absolute and relative positioning works read this article. I also set the font size to 0px to fix spacing issues in [...]]]></description>
		<content:encoded><![CDATA[<p>[...] move them pretty much anywhere. For more information on how absolute and relative positioning works read this article. I also set the font size to 0px to fix spacing issues in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to add image hanging off of left side of blog, as well as background image? - DIY Themes Forums</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-40402</link>
		<dc:creator>How to add image hanging off of left side of blog, as well as background image? - DIY Themes Forums</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-40402</guid>
		<description><![CDATA[[...] are mostly using absolute positioning. I don&#039;t know if thise will help, but give it a go... Absolute, Relative, Fixed Positioning: How Do They Differ?  Perhaps if you have a mock-up image of just what you want I could say how I would go about it, but [...]]]></description>
		<content:encoded><![CDATA[<p>[...] are mostly using absolute positioning. I don&#8217;t know if thise will help, but give it a go&#8230; Absolute, Relative, Fixed Positioning: How Do They Differ?  Perhaps if you have a mock-up image of just what you want I could say how I would go about it, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-39247</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 15 Nov 2008 07:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-39247</guid>
		<description><![CDATA[I thought position: fixed; set something fixed relative to the closest parent with position relative (and defaulted to the viewport (&lt;html&gt;)). Any chance of a confirmation? ]]></description>
		<content:encoded><![CDATA[<p>I thought position: fixed; set something fixed relative to the closest parent with position relative (and defaulted to the viewport (&lt;html&gt;)). Any chance of a confirmation? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Metropolis</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-38060</link>
		<dc:creator>Metropolis</dc:creator>
		<pubDate>Mon, 03 Nov 2008 05:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-38060</guid>
		<description><![CDATA[[...] Aliased or Anti-aliased type in web comps? - Absolute, relative, fixed positioning: how do they differ? - DiseÃ±o web: cÃ³mo hacer una cotizaciÃ³n profesional - El DiseÃ±o nota la Crisis? - 10 Tips to [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Aliased or Anti-aliased type in web comps? &#8211; Absolute, relative, fixed positioning: how do they differ? &#8211; DiseÃ±o web: cÃ³mo hacer una cotizaciÃ³n profesional &#8211; El DiseÃ±o nota la Crisis? &#8211; 10 Tips to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Ghoulish Collection of Links &#124; This Month In SEO - 10/08 &#124; TheVanBlog &#124; Van SEO Design</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-37830</link>
		<dc:creator>A Ghoulish Collection of Links &#124; This Month In SEO - 10/08 &#124; TheVanBlog &#124; Van SEO Design</dc:creator>
		<pubDate>Sat, 01 Nov 2008 05:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-37830</guid>
		<description><![CDATA[[...] Absolute, Relative, Fixed Positioning: How Do They Differ? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Absolute, Relative, Fixed Positioning: How Do They Differ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Ghoulish Collection of Links &#124; This Month In SEO - 9/08 &#124; TheVanBlog &#124; Van SEO Design</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-37815</link>
		<dc:creator>A Ghoulish Collection of Links &#124; This Month In SEO - 9/08 &#124; TheVanBlog &#124; Van SEO Design</dc:creator>
		<pubDate>Sat, 01 Nov 2008 01:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-37815</guid>
		<description><![CDATA[[...] Absolute, Relative, Fixed Positioning: How Do They Differ? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Absolute, Relative, Fixed Positioning: How Do They Differ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/#comment-37478</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Tue, 28 Oct 2008 15:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1191#comment-37478</guid>
		<description><![CDATA[Good overview, thanks!]]></description>
		<content:encoded><![CDATA[<p>Good overview, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-06-20 00:23:05 by W3 Total Cache -->