<?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: CSS Trick: How To Center an Object/Image Exactly In The Center of Browser</title>
	<atom:link href="http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/</link>
	<description>Web development, PHP, Web Design, E-Commerce, Denver, Colorado Springs</description>
	<lastBuildDate>Wed, 01 Sep 2010 08:56:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: SMiGL</title>
		<link>http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/comment-page-1/#comment-6</link>
		<dc:creator>SMiGL</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.myguysolutions.com/?p=16#comment-6</guid>
		<description>Helpful post, Thanks</description>
		<content:encoded><![CDATA[<p>Helpful post, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devzonefr</title>
		<link>http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/comment-page-1/#comment-4</link>
		<dc:creator>devzonefr</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.myguysolutions.com/?p=16#comment-4</guid>
		<description>&quot;position:fixed&quot; don&#039;t work with Internet Explorer 6. (Yes, there&#039;re still people who use it, unfortunately...)

.centered {
position: absolute;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -150px;
}</description>
		<content:encoded><![CDATA[<p>&#8220;position:fixed&#8221; don&#8217;t work with Internet Explorer 6. (Yes, there&#8217;re still people who use it, unfortunately&#8230;)</p>
<p>.centered {<br />
position: absolute;<br />
top: 50%;<br />
left: 50%;<br />
margin-top: -75px;<br />
margin-left: -150px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention CSS Trick: How To Center an Object/Image Exactly In The Center of Browser « My Guy Solutions – Web development, PHP, Web Design, E-Commerce, Colorado Springs, Denver -- Topsy.com</title>
		<link>http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/comment-page-1/#comment-3</link>
		<dc:creator>Tweets that mention CSS Trick: How To Center an Object/Image Exactly In The Center of Browser « My Guy Solutions – Web development, PHP, Web Design, E-Commerce, Colorado Springs, Denver -- Topsy.com</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.myguysolutions.com/?p=16#comment-3</guid>
		<description>[...] This post was mentioned on Twitter by W3Avenue, Abhinav Singh. Abhinav Singh said: CSS Trick: How To Center an Object/Image Exactly In The Center of Browser - http://bit.ly/84YTzY #css @w3avenue [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by W3Avenue, Abhinav Singh. Abhinav Singh said: CSS Trick: How To Center an Object/Image Exactly In The Center of Browser &#8211; <a href="http://bit.ly/84YTzY" rel="nofollow">http://bit.ly/84YTzY</a> #css @w3avenue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Garand</title>
		<link>http://www.myguysolutions.com/2010/01/12/css-trick-how-to-center-an-objectimage-exactly-in-the-center-of-browser/comment-page-1/#comment-2</link>
		<dc:creator>Anthony Garand</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.myguysolutions.com/?p=16#comment-2</guid>
		<description>A better way to do this would be to set the margin of the div to margin: 0 auto; That automatically centers the object horizontally inside of it&#039;s container, regardless of width. Then just use what you did to center vertically. This way, if the size changes all you have to modify is one value.</description>
		<content:encoded><![CDATA[<p>A better way to do this would be to set the margin of the div to margin: 0 auto; That automatically centers the object horizontally inside of it&#8217;s container, regardless of width. Then just use what you did to center vertically. This way, if the size changes all you have to modify is one value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
