<?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>FettesPS &#187; CSS</title>
	<atom:link href="http://www.fettesps.com/category/programming/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:20:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Conditional Comments</title>
		<link>http://www.fettesps.com/conditional-comments/</link>
		<comments>http://www.fettesps.com/conditional-comments/#comments</comments>
		<pubDate>Sun, 27 Mar 2005 06:39:55 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[conditional comments]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[msie]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/blog/?p=82</guid>
		<description><![CDATA[Conditional comments only work in Explorer on Windows, and are thus excellently suited to give special instructions meant only for Explorer on Windows. They are supported from Explorer 5 onwards, and it is even possible to distinguish between 5.0, 5.5 and 6.0.
A very good article by Quirksmode.org about conditional commenting for MSIE.  Since CSS [...]]]></description>
			<content:encoded><![CDATA[<p><em>Conditional comments only work in Explorer on Windows, and are thus excellently suited to give special instructions meant only for Explorer on Windows. They are supported from Explorer 5 onwards, and it is even possible to distinguish between 5.0, 5.5 and 6.0.</em></p>
<p>A very good article by Quirksmode.org about conditional commenting for MSIE.  Since CSS standards aren&#8217;t carried well by  he various web browsers, not to mention any names, this comes in quite handy.  Sadly only Microsoft supports it, but since they&#8217;re the ones not following standards (oh wait, I wasn&#8217;t going to mention any names, was I?) it works out well.  Simply enclose your style sheet call like so: </p>
<pre class="brush: css;">&lt;!--[if IE]&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;iestyle.css&quot;&gt;
&lt;![endif]--&gt;</pre>
<p>And then make your corrections/tweaks in that file. I would go more in depth on the matter, the link details it better than I could.</p>
<p><a href="http://www.quirksmode.org/css/condcom.html">Reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/conditional-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
