<?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>MoonKat Creations &#187; IE6</title>
	<atom:link href="http://www.moonkatcreations.com/category/web-design/browsers/ie6-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moonkatcreations.com</link>
	<description>Web design, front-end development</description>
	<lastBuildDate>Thu, 12 May 2011 18:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Target Firefox, IE 6, IE 7 and IE 8 Separately</title>
		<link>http://www.moonkatcreations.com/web-design/css/target-firefox-ie-6-ie-7-and-ie-8-separately/</link>
		<comments>http://www.moonkatcreations.com/web-design/css/target-firefox-ie-6-ie-7-and-ie-8-separately/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.moonkatcreations.com/?p=341</guid>
		<description><![CDATA[Here's how to target all of these browsers each with their own styles. <a href="http://www.moonkatcreations.com/web-design/css/target-firefox-ie-6-ie-7-and-ie-8-separately/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to target all of these browsers each with their own styles:</p>
<p><code><br />
p {<br />
color: blue; <em>All browsers</em><br />
color:red\9; <em>IE6, 7, 8 only (Has to come before the other IE hacks for inheritance to work)</em><br />
/color:green; <em>IE6, 7 only (Has to come before the IE6 hack for inheritance to work)</em><br />
_color:yellow; <em>IE 6 only</em><br />
}</code></p>
<p><code>p, x:-moz-any-link { <em>Firefox only</em><br />
color:black;<br />
}</code></p>
<p>Additionally, here&#8217;s how to target IE 6 and 7 together:</p>
<p><code>p {<br />
*color:black;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonkatcreations.com/web-design/css/target-firefox-ie-6-ie-7-and-ie-8-separately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No list bullets in IE6</title>
		<link>http://www.moonkatcreations.com/web-design/browsers/no-list-bullets-in-ie6/</link>
		<comments>http://www.moonkatcreations.com/web-design/browsers/no-list-bullets-in-ie6/#comments</comments>
		<pubDate>Tue, 18 May 2010 15:16:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://www.moonkatcreations.com/?p=284</guid>
		<description><![CDATA[Apparently, IE6 doesn&#8217;t display bullets on a list that&#8217;s floated, or display inline. The solution for the floating problem: wrap the list in a div and float the div.]]></description>
			<content:encoded><![CDATA[<p>Apparently, IE6 doesn&#8217;t display bullets on a list that&#8217;s floated, or display inline. The solution for the floating problem: wrap the list in a div and float the div.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonkatcreations.com/web-design/browsers/no-list-bullets-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

