<?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>Solution Log &#124; Antonio David - NVNCBL &#187; text</title>
	<atom:link href="http://www.nvncbl.com/tagged/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nvncbl.com</link>
	<description>A place to log my programming solutions for future reference</description>
	<lastBuildDate>Sun, 28 Aug 2011 01:20:57 +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 Phantom Text / Duplicate Text Bug</title>
		<link>http://www.nvncbl.com/2010/02/ie6-phantom-text-duplicate-text-bug/</link>
		<comments>http://www.nvncbl.com/2010/02/ie6-phantom-text-duplicate-text-bug/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 22:56:31 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[phantom]]></category>
		<category><![CDATA[repeated]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.nvncbl.com/?p=490</guid>
		<description><![CDATA[Just for purposes of documenting this useful knowledge:
When viewing in Internet Explorer 6 and experiencing the &#8220;strange-repeated-text&#8221; problem, try applying this CSS to the element containing the text that gets repeated:
float: none;
clear: both;
Knowledge from: http://uxdev.blogspot.com/2008/10/phantom-text-in-ie6.html
]]></description>
			<content:encoded><![CDATA[<p>Just for purposes of documenting this useful knowledge:</p>
<p>When viewing in Internet Explorer 6 and experiencing the &#8220;strange-repeated-text&#8221; problem, try applying this CSS to the element containing the text that gets repeated:</p>
<p>float: none;<br />
clear: both;</p>
<p>Knowledge from: <a class="external" href="http://uxdev.blogspot.com/2008/10/phantom-text-in-ie6.html">http://uxdev.blogspot.com/2008/10/phantom-text-in-ie6.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvncbl.com/2010/02/ie6-phantom-text-duplicate-text-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

