<?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/tag/ie6/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>Windows XP Mode for Testing IE6 on Windows 7 Machine</title>
		<link>http://www.moonkatcreations.com/web-design/development/windows-xp-mode-for-testing-ie6-on-windows-7-machine/</link>
		<comments>http://www.moonkatcreations.com/web-design/development/windows-xp-mode-for-testing-ie6-on-windows-7-machine/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[browser bugs]]></category>
		<category><![CDATA[browser testing]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.moonkatcreations.com/?p=261</guid>
		<description><![CDATA[When I was researching ways to run IE6 for browser testing purposes on my Windows 7 machine I came across XP Mode.

I never thought I'd say this, but "Thanks Microsoft for this helpful development tool." <a href="http://www.moonkatcreations.com/web-design/development/windows-xp-mode-for-testing-ie6-on-windows-7-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I was researching ways to run IE6 for browser testing purposes on my Windows 7 machine (other than with IE Tester, which is buggy, or Multiple IE, which I don&#8217;t think even runs on Windows 7), I came across XP Mode.</p>
<p>It&#8217;s simple to install, and it comes preinstalled with IE6. You don&#8217;t even need a serial number for XP. Just follow the steps on the page (they&#8217;re surprisingly straightforward) and you&#8217;re golden. The only thing that was even slightly tricky was configuring BIOS if your hardware virtualization isn&#8217;t turned on, but I managed with no problems, and I never do any configuration.</p>
<p>I never thought I&#8217;d say this, but &#8220;Thanks Microsoft for this helpful development tool.&#8221;</p>
<p>Installation page: <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx">http://www.microsoft.com/windows/virtual-pc/download.aspx</a></p>
<p>BIOS configuration instructions: <a href="http://www.microsoft.com/windows/virtual-pc/support/configure-bios.aspx">http://www.microsoft.com/windows/virtual-pc/support/configure-bios.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moonkatcreations.com/web-design/development/windows-xp-mode-for-testing-ie6-on-windows-7-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

