<?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>www.pokeroconnor.com &#187; css</title>
	<atom:link href="http://www.pokeroconnor.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pokeroconnor.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Mar 2010 22:56:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE PNG Fix</title>
		<link>http://www.pokeroconnor.com/ie-png-fix/</link>
		<comments>http://www.pokeroconnor.com/ie-png-fix/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:28:26 +0000</pubDate>
		<dc:creator>PokerOConnor</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=194</guid>
		<description><![CDATA[A very convenient way to deal with I.E 6 png transparency issues, is to use TwinHelix&#8217;s IE PNG Fix. Its convenient as in, once you apply it to your css file(s), you don&#8217;t necessarily need to do anything each time you use a png file. 
So the first thing is to download it. Once done , [...]]]></description>
			<content:encoded><![CDATA[<p>A very convenient way to deal with I.E 6 png transparency issues, is to use <a href="http://www.twinhelix.com/css/iepngfix/">TwinHelix&#8217;s IE PNG Fix</a>. Its convenient as in, once you apply it to your css file(s), you don&#8217;t necessarily need to do anything each time you use a png file. </p>
<p>So the first thing is to <a href="http://www.twinhelix.com/css/iepngfix/">download it</a>. Once done , there are good instructions in the &#8216;iepngfix.html&#8217; file. An extract is shown here, fyi&#8230;</p>
<h3>How To Use</h3>
<p>Follow these simple steps to add this to your page:</p>
<ol>
<li>Copy and paste <code>iepngfix.htc</code> and <code>blank.gif</code> into<br />
  your website folder.</li>
<li>Copy and paste this into your website&#8217;s CSS or HTML:<br />
<blockquote><p>
   <code><br />
    &lt;style type="text/css"&gt;<br />
    img, div { behavior: url(iepngfix.htc) }<br />
    &lt;/style&gt;<br />
   </code>
  </p></blockquote>
<p>  That CSS selector must include the tags/elements on which you want PNG<br />
  support &#8212; basically, give it a comma-separated list of tags you use.<br />
  It must also include the correct path to the .HTC <em>relative to the HTML<br />
  document location</em> (not relative to the CSS document!). For instance,<br />
  yours may look like this:</p>
<blockquote><p>
   <code><br />
    &lt;style type="text/css"&gt;<br />
    img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }<br />
    &lt;/style&gt;<br />
   </code>
  </p></blockquote>
</li>
<li>If your site uses subfolders, open the .HTC file in a text editor like<br />
  Windows Notepad and change the <code>blankImg</code> variable to include<br />
  a correct path to blank.gif like so:</p>
<blockquote><p>
   <code><br />
    var blankImg = '/images/blank.gif';<br />
   </code>
  </p></blockquote>
<p>  Again the path is relative to the HTML file.<br />
  Otherwise, you will see a &#8220;broken image&#8221; graphic!</li>
<li>Sit back and enjoy!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pokeroconnor.com/ie-png-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
