<?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>Kalen Gibbons &#187; Internet Explorer</title>
	<atom:link href="http://www.kalengibbons.com/blog/index.php/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalengibbons.com/blog</link>
	<description>The Dead Tree Blog</description>
	<lastBuildDate>Mon, 24 Oct 2011 20:43:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Yet another reason for disappearing background images in IE6</title>
		<link>http://www.kalengibbons.com/blog/index.php/2008/06/yet-another-reason-for-disappearing-background-images-in-ie6/</link>
		<comments>http://www.kalengibbons.com/blog/index.php/2008/06/yet-another-reason-for-disappearing-background-images-in-ie6/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:57:18 +0000</pubDate>
		<dc:creator>Kalen Gibbons</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.kalengibbons.com/blog2/?p=31</guid>
		<description><![CDATA[I was bit by another IE bug the other day; no matter how much I work with IE I never seem to be immune. That may be due to the fact that IE has sooo many problems. On this occasion several background images were disappearing in IE6. I tried the common solutions first: relative positioning, [...]]]></description>
			<content:encoded><![CDATA[<p>I was bit by another IE bug the other day; no matter how much I work with IE I never seem to be immune.  That may be due to the fact that IE has sooo many problems.  On this occasion several background images were disappearing in IE6.  I tried the common solutions first: relative positioning, removing floats, setting widths, etc. and nothing worked.  It took me quite a while to uncover the culprit.</p>
<div class="code">
<p><span class="mxmlSpecialString">href=</span><span class="mxmlComponent">&quot;javascript: void(0);&quot;</span></p>
<p>&nbsp;</p>
<p>//I was using it in a common manner:<br />
<span class="mxmlSpecialString">&lt;a onclick=</span><span class="mxmlComponent">&quot;switchTabs(&#8216;comments&#8217;)&quot;</span><span class="mxmlSpecialString"> href=</span><span class="mxmlComponent">&quot;javascript: void(0);&quot;</span><span class="mxmlSpecialString">&gt;</span>Comments<span class="mxmlSpecialString">&lt;/a&gt;</span>
</div>
<p>
Once I removed the <strong>href=&#8221;javascript: void(0);&#8221;</strong> from the link everything worked fine. I had searched the Internet for days trying to find the solution to this bug and never found a thing.  This is probably because not too many people use <strong>href=&#8221;javascript: void(0);&#8221;</strong>&#8230; and now I know why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalengibbons.com/blog/index.php/2008/06/yet-another-reason-for-disappearing-background-images-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

