<?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: Using css to center an image with position:absolute</title>
	<atom:link href="http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 12:27:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gary</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-7666</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sat, 08 May 2010 06:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-7666</guid>
		<description>This almost worked for me but in this mode, I cannot change the z-index so the image is a background. I can only do this when I absolute it inside the image tag</description>
		<content:encoded><![CDATA[<p>This almost worked for me but in this mode, I cannot change the z-index so the image is a background. I can only do this when I absolute it inside the image tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna McMaster</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-7468</link>
		<dc:creator>Donna McMaster</dc:creator>
		<pubDate>Thu, 14 Jan 2010 23:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-7468</guid>
		<description>This worked fine on Firefox and IE 8, but in order to make it work on earlier IE versions I needed to add a magic &quot;clearfix&quot; div right after the div containing the centered image. 

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: &quot; &quot;;
    clear: both;
    height: 0;
    }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

For the origins of clearfix and pointer to newer stuff, see
http://www.positioniseverything.net/easyclearing.html

Donna</description>
		<content:encoded><![CDATA[<p>This worked fine on Firefox and IE 8, but in order to make it work on earlier IE versions I needed to add a magic &#8220;clearfix&#8221; div right after the div containing the centered image. </p>
<p>/* slightly enhanced, universal clearfix hack */<br />
.clearfix:after {<br />
    visibility: hidden;<br />
    display: block;<br />
    font-size: 0;<br />
    content: &#8221; &#8220;;<br />
    clear: both;<br />
    height: 0;<br />
    }<br />
.clearfix { display: inline-block; }<br />
/* start commented backslash hack \*/<br />
* html .clearfix { height: 1%; }<br />
.clearfix { display: block; }<br />
/* close commented backslash hack */</p>
<p>For the origins of clearfix and pointer to newer stuff, see<br />
<a href="http://www.positioniseverything.net/easyclearing.html" rel="nofollow">http://www.positioniseverything.net/easyclearing.html</a></p>
<p>Donna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna McMaster</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-7467</link>
		<dc:creator>Donna McMaster</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-7467</guid>
		<description>thank you so much! just spent a half hour trying to figure this one out and finally gave up and searched ... nifty solution!</description>
		<content:encoded><![CDATA[<p>thank you so much! just spent a half hour trying to figure this one out and finally gave up and searched &#8230; nifty solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memfis</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-7333</link>
		<dc:creator>Memfis</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-7333</guid>
		<description>Amazing, this has been baffling me for so long! Thank you!</description>
		<content:encoded><![CDATA[<p>Amazing, this has been baffling me for so long! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: honey</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-7127</link>
		<dc:creator>honey</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-7127</guid>
		<description>thanks for the tip.  It worked like a charm!</description>
		<content:encoded><![CDATA[<p>thanks for the tip.  It worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCat</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-6872</link>
		<dc:creator>SCat</dc:creator>
		<pubDate>Mon, 29 Jun 2009 23:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-6872</guid>
		<description>yo .. thanks you helped me out with that one!</description>
		<content:encoded><![CDATA[<p>yo .. thanks you helped me out with that one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jabbadoo</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-5751</link>
		<dc:creator>Jabbadoo</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-5751</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-5596</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 13 Jan 2009 09:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-5596</guid>
		<description>Dude, I ow you a beer. If you ever visit belgium.</description>
		<content:encoded><![CDATA[<p>Dude, I ow you a beer. If you ever visit belgium.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sawyer</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-5570</link>
		<dc:creator>Sawyer</dc:creator>
		<pubDate>Sun, 30 Nov 2008 11:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-5570</guid>
		<description>Awesome! Solved my problem, thanks so much!</description>
		<content:encoded><![CDATA[<p>Awesome! Solved my problem, thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://www.gilluminate.com/2006/01/06/using-css-to-center-an-image-with-position-absolute/comment-page-1/#comment-5520</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Sat, 11 Oct 2008 00:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/01/06/using-css-to-center-an-image-with-position-absolute#comment-5520</guid>
		<description>Thanks so much - I&#039;ve been wrestling with this for a couple of days, off &amp; on.  I know I knew this a few months ago - AH, THE RELIEF OF SOLVING THE MYSTERY!!!!  Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks so much &#8211; I&#8217;ve been wrestling with this for a couple of days, off &amp; on.  I know I knew this a few months ago &#8211; AH, THE RELIEF OF SOLVING THE MYSTERY!!!!  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
