<?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>Technocrat &#187; Uncategorized</title>
	<atom:link href="http://www.techn0crat.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techn0crat.com</link>
	<description>Technocrat's Random Thoughts</description>
	<lastBuildDate>Wed, 03 Feb 2010 00:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6, IMG, PNG and onClick</title>
		<link>http://www.techn0crat.com/2008/02/ie6-img-png-and-onclick/</link>
		<comments>http://www.techn0crat.com/2008/02/ie6-img-png-and-onclick/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:28:24 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=71</guid>
		<description><![CDATA[I learned that there seems to be a problem with IE6 and using the png transparent javascript hack and onclick.  Apparently using the DXImageTransform.Microsoft.AlphaImageLoader fix causes IE6 to not understand the img tag correctly.  I found this out because some people couldn&#8221;t use an image button on one of my sites which used [...]]]></description>
			<content:encoded><![CDATA[<p>I learned that there seems to be a problem with IE6 and using the png transparent javascript hack and onclick.  Apparently using the DXImageTransform.Microsoft.AlphaImageLoader fix causes IE6 to not understand the img tag correctly.  I found this out because some people couldn&#8221;t use an image button on one of my sites which used onclick to launch a javascript function.  Turned out to only be IE6 people (why was I not surprised) <img src='http://www.techn0crat.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>After much searching on the net I found that none of the suggested solutions worked.  The final result was to use the input tag with an image type.  That worked 100% on all browsers.  Example:</p>
<p><code>input type="image" src="url/to/image.png" onclick="function();"</code></p>
<p>So once again Microsoft proves that their browsers suck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/02/ie6-img-png-and-onclick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
