<?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: Internet Explorer CSS Hacks &#8211; Transparent PNG and Selectors</title>
	<atom:link href="http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/</link>
	<description>Blog</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:19:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/comment-page-1/#comment-626</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 29 May 2008 02:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/#comment-626</guid>
		<description>@Kevin: Ok - so I haven&#039;t actually tried this out... but think this:

Look at the css - its an expression - and it refers to this inside of the expression... and expressions are javascript.  SO... try applying this.* to the element in the same way that its being applied in the expression.</description>
		<content:encoded><![CDATA[<p>@Kevin: Ok &#8211; so I haven&#8217;t actually tried this out&#8230; but think this:</p>
<p>Look at the css &#8211; its an expression &#8211; and it refers to this inside of the expression&#8230; and expressions are javascript.  SO&#8230; try applying this.* to the element in the same way that its being applied in the expression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/comment-page-1/#comment-619</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 28 May 2008 19:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://aaronsaray.com/blog/2008/02/23/internet-explorer-css-hacks-transparent-png-and-selectors/#comment-619</guid>
		<description>Hi Aaron - 

Question: how would you go about with the PNG IE hack if your elements were being created via JavaScript and injected into the DOM tree like so?

// pseudocode

var myimage = new Image(&#039;/path/to/png.png&#039;);
myimage.setStyle(&#039;filter&#039;, &#039;progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;+&#039;/path/to/png.png&#039;);

// end pseudo

This does not work for some mysterious reason? Thoughts?

Kevin</description>
		<content:encoded><![CDATA[<p>Hi Aaron &#8211; </p>
<p>Question: how would you go about with the PNG IE hack if your elements were being created via JavaScript and injected into the DOM tree like so?</p>
<p>// pseudocode</p>
<p>var myimage = new Image(&#8216;/path/to/png.png&#8217;);<br />
myimage.setStyle(&#8216;filter&#8217;, &#8216;progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;+'/path/to/png.png&#8217;);</p>
<p>// end pseudo</p>
<p>This does not work for some mysterious reason? Thoughts?</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
