<?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>Toars &#187; CSS</title>
	<atom:link href="http://www.toars.com/category/programming/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toars.com</link>
	<description>I will smile to the world ^o^</description>
	<lastBuildDate>Fri, 06 May 2011 08:50:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS Compatibility and Internet Explorer</title>
		<link>http://www.toars.com/2009/10/css-compatibility-and-internet-explorer/</link>
		<comments>http://www.toars.com/2009/10/css-compatibility-and-internet-explorer/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:33:51 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.toars.com/?p=348</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.toars.com/wp-content/uploads/2009/10/CSS_Compatibility.gif" target="_blank"><img class="alignnone size-full wp-image-263" src="http://www.toars.com/wp-content/uploads/2009/10/CSS_Compatibility.gif" width="700" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toars.com/2009/10/css-compatibility-and-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solve the compatibility issue in IE 6, IE 7, IE 8, Firefox, Chrome, and Opera</title>
		<link>http://www.toars.com/2009/08/solve-the-compatibility-issue-in-ie-6-ie-7-ie-8-firefox-chrome-and-opera/</link>
		<comments>http://www.toars.com/2009/08/solve-the-compatibility-issue-in-ie-6-ie-7-ie-8-firefox-chrome-and-opera/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:10:43 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.toars.com/?p=3</guid>
		<description><![CDATA[It is really a tough job to create a site that support all the different browsers, especially for the IE 6, IE 7 and IE 8. I, recently, encountered some design compatibility issues with different browsers. IE 8, Google Chrome, Firefox, and Opera are almost the same look if designed properly with the CSS, but [...]]]></description>
			<content:encoded><![CDATA[<p>It is really a tough job to create a site that support all the different browsers, especially for the IE 6, IE 7 and IE 8.</p>
<p>I, recently, encountered some design compatibility issues with different browsers. IE 8, Google Chrome, Firefox, and Opera are almost the same look if designed properly with the CSS, but for IE 6 and IE 7, the layout is totally screwed.</p>
<p>What I did in the Master page is to have this segment of code to avoid this compatibility issue:</p>
<pre>&lt;link rel="stylesheet" href="includes/css/main.css" type="text/css" /&gt;
&lt;!--[if lte IE 6]&gt;
   &lt;link rel="stylesheet" href="includes/css/ie6/main.css" type="text/css" /&gt;
&lt;![endif]--&gt;</pre>
<p><br/><br />
And then, in the includes/css/ie6/<strong>main.css</strong> file, design the layout for IE 6.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toars.com/2009/08/solve-the-compatibility-issue-in-ie-6-ie-7-ie-8-firefox-chrome-and-opera/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

