<?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>inditetheweb.com&#187; JavaScript Tips and Tricks | Indite the Web | Web Development Tips, Tricks, and Tutorials</title>
	<atom:link href="http://www.inditetheweb.com/category/tips-and-tricks/javascript-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inditetheweb.com</link>
	<description>Web Development Tips, Tricks, and Tutorials</description>
	<lastBuildDate>Wed, 11 Nov 2009 17:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PNG Transparency Solutions For IE6</title>
		<link>http://www.inditetheweb.com/2009/04/png-transparency-solutions-for-ie6/</link>
		<comments>http://www.inditetheweb.com/2009/04/png-transparency-solutions-for-ie6/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 14:11:09 +0000</pubDate>
		<dc:creator>Kate</dc:creator>
				<category><![CDATA[CSS Tips and Tricks]]></category>
		<category><![CDATA[JavaScript Tips and Tricks]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.inditetheweb.com/?p=140</guid>
		<description><![CDATA[I&#8217;ve never really played around with PNG transparency because of IE6s lack of support.  But, recently I wanted to use it on a project, and I knew there&#8217;s a Microsoft solution using AlphaImageLoader.  So I gave it a try, and it worked fairly well.  Until I went to click a link.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never really played around with PNG transparency because of IE6s lack of support.  But, recently I wanted to use it on a project, and I knew there&#8217;s a Microsoft solution using AlphaImageLoader.  So I gave it a try, and it worked fairly well.  Until I went to click a link.  And then I tried highlighting text.  No dice.  I assumed it was a z-index issue, so after trying a couple things myself, I did a quick search online.  I came across this article:</p>
<p><a href="http://www.hrunting.org/csstests/iealpha.html" onclick="window.open('http://www.hrunting.org/csstests/iealpha.html');return false;">http://www.hrunting.org/csstests/iealpha.html</a></p>
<p>And, it worked!  (Didn&#8217;t need to add a z-index, either.)  Now, bear in mind that the fix is to *not* set positioning on the element that you use a filter on.  So it may not be right for your project.  However, if your layout does rely on position:relative, consider using this:</p>
<p><a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/" onclick="window.open('http://www.dillerdesign.com/experiment/DD_belatedPNG/');return false;">http://www.dillerdesign.com/experiment/DD_belatedPNG/</a></p>
<p>It&#8217;s a great JS library that easily whips IE6 into shape.  I&#8217;m using it on a site that&#8217;s also using MooTools, and I&#8217;ve experienced no conflict issues, which is great.</p>
<p>I can&#8217;t wait until the percentage of IE6 users falls low enough to ease my mind about not supporting them.  (I know many think it already has, but I&#8217;m holding on.  At least for a little while.)  The concession of sorts that I&#8217;ve made is that for IE6 users who don&#8217;t have JS enabled, obviously it&#8217;s not good news.  But, in my opinion, to support both was just unnecessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inditetheweb.com/2009/04/png-transparency-solutions-for-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
