<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PSD to wordpress conversion &#187; Compatibility</title>
	<atom:link href="http://outsourceage.com/category/compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://outsourceage.com</link>
	<description>quick efficient &#38; SEO ready html css code, psd2wp theme design  plugin developers, OS Commerce joomla coders, wp design outsourceage</description>
	<lastBuildDate>Mon, 14 May 2012 22:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>internet explorer css body center</title>
		<link>http://outsourceage.com/internet-explorer-css-body-center/</link>
		<comments>http://outsourceage.com/internet-explorer-css-body-center/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:08:03 +0000</pubDate>
		<dc:creator>Husnain Raza</dc:creator>
				<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[HTML CSS]]></category>

		<guid isPermaLink="false">http://outsourceage.com/?p=263</guid>
		<description><![CDATA[Internet Explorer hold the largest share in market and when it comes to deploying a website. Compatibility with IE matters more. there has been a problem I faced so many times. wondered how come MSN.com is not centered on IE unlike other browsers.

however generated this little trick that normally works.]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer hold the largest share in market and when it comes to deploying a website. Compatibility with IE matters more. there has been a problem I faced so many times. wondered how come MSN.com is not centered on IE unlike other browsers.</p>
<p>however generated this little trick that normally works.</p>
<p><code lang="css"> body {<br />
  text-align: center;<br />
  min-width:500px;<br />
}<br />
#wrapper {<br />
  text-align: left;<br />
  width: 500px;<br />
  margin-left: auto;<br />
  margin-right: auto;<br />
}<br />
</code></p>
<p>&nbsp;</p>
<h3>Explanation</h3>
<p><code lang="css"><br />
 body {<br />
  text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins,<br />
                          but 'text-align:center' does center top-level divs: */<br />
  min-width: 500px;      /* Specify a min-width for the body as wide as the 'wrapper'<br />
                           element itself. This prevents negative (i.e. inaccessible)<br />
                           left-margins in narrow browser windows when using<br />
                           Navigator 6+/Mozilla on Win32: */<br />
}<br />
#wrapper {<br />
  text-align: left;    /* Reset alignment to compensate for 'text-align:center': */<br />
  width: 500px;        /* Specify the width of the element. This should be the same<br />
                          as 'body min-width': */<br />
  margin-left: auto;   /* Set left and right margins to auto, thus centering the<br />
                          element in the containing (body) tag: */<br />
  margin-right: auto;<br />
}</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://outsourceage.com/internet-explorer-css-body-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: outsourceage.com @ 2012-05-17 14:53:40 by W3 Total Cache -->
