<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why use CSS Zen Garden for CSS3 demo</title>
	<atom:link href="http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/</link>
	<description>Web standards, accessibility  and such like with a bias toward  Government web sites</description>
	<lastBuildDate>Mon, 21 May 2012 14:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/comment-page-1/#comment-37758</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=461#comment-37758</guid>
		<description>Pepelsbey my mistake while trying to resolve an issue of IE8 crashing. I read  the MS IE blog post on filter compatibility as abandoning -ms-filter in IE8, not as IE8 in standards mode using either -ms-filter or filter:

I will post a little more about filters, shortly</description>
		<content:encoded><![CDATA[<p>Pepelsbey my mistake while trying to resolve an issue of IE8 crashing. I read  the MS IE blog post on filter compatibility as abandoning –ms-filter in IE8, not as IE8 in standards mode using either –ms-filter or filter:</p>
<p>I will post a little more about filters, shortly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pepelsbey</title>
		<link>http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/comment-page-1/#comment-37755</link>
		<dc:creator>pepelsbey</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=461#comment-37755</guid>
		<description>Actually, it works:

DIV {
width:100px;
height:100px;
background:#000;
-ms-filter:&#039;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&#039;;
}

IE 8.0.6001.18702 (final version on Windows XP SP2)
IE 8.0.7600.16385 (final version on Windows 7)

And your example too.</description>
		<content:encoded><![CDATA[<p>Actually, it works:</p>
<p>DIV {<br />
width:100px;<br />
height:100px;<br />
background:#000;<br />
–ms-filter:‘progid:DXImageTransform.Microsoft.Alpha(Opacity=50)’;<br />
}</p>
<p>IE 8.0.6001.18702 (final version on Windows XP SP2)<br />
IE 8.0.7600.16385 (final version on Windows 7)</p>
<p>And your example too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/comment-page-1/#comment-37754</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=461#comment-37754</guid>
		<description>The -ms-filter &quot;feature&quot; only worked in the IE8 betas. The production version of Ie8 requires the older format filter: progid:DXImageTransform… for compatibility sake according to Microsoft.</description>
		<content:encoded><![CDATA[<p>The –ms-filter “feature” only worked in the IE8 betas. The production version of Ie8 requires the older format filter: progid:DXImageTransform… for compatibility sake according to Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pepelsbey</title>
		<link>http://nickcowie.com/2009/why-use-css-zen-garden-for-css3-demo/comment-page-1/#comment-37753</link>
		<dc:creator>pepelsbey</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=461#comment-37753</guid>
		<description>You can use more W3C-compatible -ms-filter:&quot;progid:DXImageTransform…&quot; to target only IE8+ ;)</description>
		<content:encoded><![CDATA[<p>You can use more W3C-compatible –ms-filter:“progid:DXImageTransform…” to target only IE8+ ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

