<?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: Centering a DIV with CSS</title>
	<atom:link href="http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/</link>
	<description>A Design Agency for the Southwest</description>
	<lastBuildDate>Thu, 05 Nov 2009 17:35:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/comment-page-1/#comment-39</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 13 Jul 2008 17:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.estrellastudios.com/?p=81#comment-39</guid>
		<description>Thanks for the feedback, phatrick. That&#039;s a great point. IE6 can be a big pain when putting together sites, so it&#039;s always a great reminder to coders on how to treat this version of the popular browser.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, phatrick. That&#8217;s a great point. IE6 can be a big pain when putting together sites, so it&#8217;s always a great reminder to coders on how to treat this version of the popular browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phatrick</title>
		<link>http://www.estrellastudios.com/blog/blog-web/centering-a-div-with-css/comment-page-1/#comment-36</link>
		<dc:creator>phatrick</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.estrellastudios.com/?p=81#comment-36</guid>
		<description>This now works with IE 7 (along with mozila etc..). however if you want the IE6 browser to center the div 

#wrapping-centered-div {
	text-align: center;
	min-width: 600px;
}

#div-centered {
	margin:0 auto;
	width:600px;
	text-align: left;
}

you can also put in min-widths to stop overflow...</description>
		<content:encoded><![CDATA[<p>This now works with IE 7 (along with mozila etc..). however if you want the IE6 browser to center the div </p>
<p>#wrapping-centered-div {<br />
	text-align: center;<br />
	min-width: 600px;<br />
}</p>
<p>#div-centered {<br />
	margin:0 auto;<br />
	width:600px;<br />
	text-align: left;<br />
}</p>
<p>you can also put in min-widths to stop overflow&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

