<?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>Jan Mészáros &#187; CSS</title>
	<atom:link href="http://www.meszaros.cz/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meszaros.cz</link>
	<description>reflections on technology and society</description>
	<lastBuildDate>Mon, 11 Apr 2011 08:17:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>IE8 CSS background flickering</title>
		<link>http://www.meszaros.cz/2010/03/ie8-css-background-flickering/</link>
		<comments>http://www.meszaros.cz/2010/03/ie8-css-background-flickering/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.meszaros.cz/?p=143</guid>
		<description><![CDATA[Combination of white content on a black background causes an uncomfortable flickering or flashing in Internet Explorer 8. I resolved this problem adding following lines of code into head of XHTML page: &#60;meta http-equiv=&#34;Page-Enter&#34; content=&#34;blendTrans(Duration=.01)&#34; /&#62; &#60;meta http-equiv=&#34;Page-Exit&#34; content=&#34;blendTrans(Duration=.01)&#34; /&#62; &#160; &#60;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#62; &#160; &#160; try &#160; &#160; { &#160; &#160; &#160; &#160; document.execCommand(&#34;BackgroundImageCache&#34;, [...]]]></description>
			<content:encoded><![CDATA[<p>Combination of white content on a black background causes an uncomfortable flickering or flashing in Internet Explorer 8. I resolved this problem adding following lines of code into head of XHTML page:</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Page-Enter&quot; content=&quot;blendTrans(Duration=.01)&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Page-Exit&quot; content=&quot;blendTrans(Duration=.01)&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; try
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; {
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; document.execCommand(&quot;BackgroundImageCache&quot;, false, true);
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; }
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; catch(err) {}
</div>
</li>
<li class="li1">
<div class="de1">&lt;/script&gt;</div>
</li>
</ol>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.meszaros.cz/2010/03/ie8-css-background-flickering/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

