<?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>Stereo Interactive &#38; Design &#187; ie</title>
	<atom:link href="http://stereointeractive.com/blog/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog</link>
	<description>Development Blog</description>
	<lastBuildDate>Wed, 07 Jul 2010 19:16:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6 mouseover event not firing, png filter</title>
		<link>http://stereointeractive.com/blog/2008/10/24/ie6-mouseover-event-not-firing/</link>
		<comments>http://stereointeractive.com/blog/2008/10/24/ie6-mouseover-event-not-firing/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 22:01:29 +0000</pubDate>
		<dc:creator>Scott Meves</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=77</guid>
		<description><![CDATA[This took me way too long to figure out. I had a series of div tags that had mousover and mouseout events attached to them using prototype. I couldn&#8217;t get these events to fire in IE6 no matter what I tried! Events worked on links, but not any other element.
First thing to check: Are you [...]]]></description>
			<content:encoded><![CDATA[<p>This took me way too long to figure out. I had a series of div tags that had mousover and mouseout events attached to them using prototype. I couldn&#8217;t get these events to fire in IE6 no matter what I tried! Events worked on links, but not any other element.</p>
<p>First thing to check: Are you using the png filter trick?<br />
<code>filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/white_bg.png');</code></p>
<p>If so, make sure your mouseover elements have &#8220;position:relative&#8221; or else the event won&#8217;t fire on any element inside another element with the png filter.</p>
<p><a href="http://www.quirksmode.org/bugreports/archives/2005/10/Mouseover_Not_Fired_In_Bottom_Padding_Border.html">This post</a> along got me on the right track.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereointeractive.com/blog/2008/10/24/ie6-mouseover-event-not-firing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
