<?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>Jigsaw Boys &#187; IE8</title>
	<atom:link href="http://www.jigsawboys.com/tag/ie8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigsawboys.com</link>
	<description>Security, Network and Computer Tech Tip Database!</description>
	<lastBuildDate>Wed, 17 Aug 2011 22:59:12 +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>ASP.NET &amp; AlternatingRowStyle &amp; IE8</title>
		<link>http://www.jigsawboys.com/2009/09/17/asp-net-alternatingrowstyle-ie8/</link>
		<comments>http://www.jigsawboys.com/2009/09/17/asp-net-alternatingrowstyle-ie8/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:17:36 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/?p=252</guid>
		<description><![CDATA[If you&#8217;re a ASP.NET developer like myself, you may or may not have noticed a few changes to your sites when viewed in Internet Explorer 8. As an example I had a gridview which had a different background for alternating rows. And my CSS was something like The Solution The easy (and maybe a little [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a ASP.NET developer like myself, you may or may not have noticed a few changes to your sites when viewed in Internet Explorer 8.</p>
<p>As an example I had a gridview which had a different background for alternating rows.</p>
<pre class="brush: csharp; title: ; notranslate">
&lt;AlternatingRowStyle CssClass=&quot;odd&quot; /&gt;&lt;/code&gt;
</pre>
<p>And my CSS was something like</p>
<pre class="brush: csharp; title: ; notranslate">
.odd { background-image: url(../graphics/tealbg.gif); }
</pre>
<h2>The Solution</h2>
<p>The easy (and maybe a little messy) way to solve this is to force the page to use IE7 compatibility. You can do this by adding the following to your <head> tag.</p>
<pre class="brush: plain; title: ; notranslate">
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;
</pre>
<p><b>Note:</b> The above meta tag MUST appear before any link tags (stylesheet includes for example)</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2009/09/17/asp-net-alternatingrowstyle-ie8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downgrade from IE8 to IE7</title>
		<link>http://www.jigsawboys.com/2008/11/11/downgrade-from-ie8-to-ie7/</link>
		<comments>http://www.jigsawboys.com/2008/11/11/downgrade-from-ie8-to-ie7/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:06:55 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[downgrade]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/?p=197</guid>
		<description><![CDATA[So you&#8217;ve tried Internet Explorer 8 (IE8) and you&#8217;re not impressed. Lucky for you there&#8217;s a quick solution to downgrade back to trusty old IE7! Windows XP Solution 1) Click the Start menu, control panel 2) From the control panel select &#8220;Add/Remove programs&#8221; 3) Find Internet Explorer 8 and proceed to uninstall it. After the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve tried Internet Explorer 8 (IE8) and you&#8217;re not impressed. Lucky for you there&#8217;s a quick solution to downgrade back to trusty old IE7!</p>
<p><strong>Windows XP Solution</strong><br />
1) Click the Start menu, control panel<br />
2) From the control panel select &#8220;Add/Remove programs&#8221;<br />
3) Find Internet Explorer 8 and proceed to uninstall it.</p>
<p>After the uninstall is complete you&#8217;ll be able to use IE8.</p>
<p><strong>Windows Vista Solution</strong><br />
1) Click the Start menu then select control panel<br />
2) From the control panel select &#8220;Programs and Features&#8221; (Or Programs)<br />
3) Click &#8220;View installed updates&#8221; on the left</p>
<p>(wait for it to load .. it does take a few minutes. Note the bar at the top of the screen)</p>
<p>4) Find &#8220;Windows Internet Explorer 8&#8243;, select it and use the &#8220;Uninstall button&#8221; at the top of the list.</p>
<p><img src="http://www.jigsawboys.com/wp-content/themes/mimbo2.2/images//2008/11/uninstall-ie8-1.JPG" alt="uninstall-ie8-1" title="uninstall-ie8-1" width="460" height="192" class="alignnone size-full wp-image-244" /></p>
<p><img src="http://www.jigsawboys.com/wp-content/themes/mimbo2.2/images//2008/11/uninstall-ie8-2.JPG" alt="uninstall-ie8-2" title="uninstall-ie8-2" width="769" height="85" class="alignnone size-full wp-image-245" /></p>
<p><img src="http://www.jigsawboys.com/wp-content/themes/mimbo2.2/images//2008/11/uninstall-ie8-3.JPG" alt="uninstall-ie8-1" title="uninstall-ie8-3" class="alignnone size-full wp-image-244" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2008/11/11/downgrade-from-ie8-to-ie7/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

