<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Styling Different Versions of IE in a Single CSS File.</title>
		<link>http://www.themolitor.com/forums/topic/targeting-different-versions-of-ie-in-a-single-css-file</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Styling Different Versions of IE in a Single CSS File.</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 16:49:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/targeting-different-versions-of-ie-in-a-single-css-file" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Styling Different Versions of IE in a Single CSS File."</title>
			<link>http://www.themolitor.com/forums/topic/targeting-different-versions-of-ie-in-a-single-css-file#post-121</link>
			<pubDate>Mon, 07 Dec 2009 16:24:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">121@http://www.themolitor.com/forums/</guid>
			<description><p>Below is an example of how you can style different versions of Internet Explorer within a single CSS file...<br />
<pre><code>div {
   background: #000;   /* all browsers */
   background: #000/9; /* IE 8 and below */
   *background: #000;  /* IE 7 and below */
   _background: #000;  /* IE 6 and below */
}</code></pre>
<p>NOTE: These techniques will prevent the CSS from validating.
</p></description>
		</item>

	</channel>
</rss>
