<?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>Garkbit Blog &#187; HTML</title>
	<atom:link href="http://wp.garkbit.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.garkbit.com</link>
	<description>... on the other side of the universe</description>
	<lastBuildDate>Fri, 22 Oct 2010 14:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Very weird IE6 comment bug</title>
		<link>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/</link>
		<comments>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 20:34:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[HTML/XHTML]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=10</guid>
		<description><![CDATA[Today I was working on a site for a customer. Unfortunately all at the company used IE6 and IE7, so I really had to make it look good in the two. I was hacking on and suddenly I discovered a very, very weird behavior in IE6. The background color of one element was &#8220;leaking&#8221; over [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on a site for a customer. Unfortunately all at the company used IE6 and IE7, so I really had to make it look good in the two. I was hacking on and suddenly I discovered a very, very weird behavior in IE6. The background color of one element was &#8220;leaking&#8221; over onto other elements on the site. VERY STRANGE!</p>
<p>So I started my investigation looking for errors in the outputted HTML. Found non. I went thorough my CSS &#8211; nothing &#8230; Then I started to take out code of the page, piece by piece to see if I could get it to disappear. After a long while I discovered it was too simple HTML comments screwing everything up. Two simple comments. I couldn&#8217;t believe it! So, so stupid (and so, so Internet Explorer 6).</p>
<pre class="brush: xml; title: ; notranslate">&lt;!-- Main --&gt;
    &lt;!-- WP Start --&gt;</pre>
<p>Yup! That&#8217;s it. And it took me hours to find it. I should Microsoft the bill &#8230; But wait, they did pay the bill! Haha! Later I discovered I&#8217;m not the only one with this problem. You can find more on the issue over at <a title="Explorer 6 Duplicate Characters Bug" href="http://www.positioniseverything.net/explorer/dup-characters.html">Position Is Everything</a>.</p>
<p>Later!</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-04-30/very-weird-ie6-comment-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

