<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Making IE8 Emulate&#160;IE7</title> <atom:link href="http://davidwalsh.name/ie8-emulate-ie7/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/ie8-emulate-ie7</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 04:02:29 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Dave</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-27415</link> <dc:creator>Dave</dc:creator> <pubDate>Tue, 01 Nov 2011 13:54:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-27415</guid> <description>OK one more time wrap the following with a less than greater than since I cant seem to post it here with themmeta http-equiv=&quot;msthemecompatible&quot; content=&quot;no&quot; /</description> <content:encoded><![CDATA[<p>OK one more time wrap the following with a less than greater than since I cant seem to post it here with them</p><p>meta http-equiv=&#8221;msthemecompatible&#8221; content=&#8221;no&#8221; /</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-27413</link> <dc:creator>Dave</dc:creator> <pubDate>Tue, 01 Nov 2011 13:52:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-27413</guid> <description>Just throwing this out there
Place this in your headerThis will get rid of the IE defaults and make the browser a bit more friendly to code for.</description> <content:encoded><![CDATA[<p>Just throwing this out there<br
/> Place this in your header</p><p>This will get rid of the IE defaults and make the browser a bit more friendly to code for.</p> ]]></content:encoded> </item> <item><title>By: SWD</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-27408</link> <dc:creator>SWD</dc:creator> <pubDate>Tue, 01 Nov 2011 04:09:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-27408</guid> <description>Can this also be used for IE 9?</description> <content:encoded><![CDATA[<p>Can this also be used for IE 9?</p> ]]></content:encoded> </item> <item><title>By: Jim</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-26853</link> <dc:creator>Jim</dc:creator> <pubDate>Thu, 08 Sep 2011 17:55:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-26853</guid> <description>Thanks for sharing this! This saved me a lot of headache. Well, even in 2011 we have to test for IE7... :P</description> <content:encoded><![CDATA[<p>Thanks for sharing this! This saved me a lot of headache. Well, even in 2011 we have to test for IE7&#8230; :P</p> ]]></content:encoded> </item> <item><title>By: Sindhu</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-23135</link> <dc:creator>Sindhu</dc:creator> <pubDate>Thu, 17 Mar 2011 13:07:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-23135</guid> <description>You are a star David !</description> <content:encoded><![CDATA[<p>You are a star David !</p> ]]></content:encoded> </item> <item><title>By: Anton</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-22521</link> <dc:creator>Anton</dc:creator> <pubDate>Tue, 01 Feb 2011 05:15:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-22521</guid> <description>Hi,That is a very neat trick. Also another option is to use the IE7 view in the IE8&#039;s developer tools, although I&#039;ve heard this is not always 100%. The IE collection tool is also not accurate - I&#039;ve had numerous problems, especially with IE6 not rendering the same when it is part of the IE collection.The tool we currently use is Multi-Browser Viewer - http://www.MultiBrowserViewer.com - it is a little more pricey but has virtualized standalone versions of IE6, IE7, IE8 and IE9 as well as most of the other web browsers. Plus it also does screenshots.</description> <content:encoded><![CDATA[<p>Hi,</p><p>That is a very neat trick. Also another option is to use the IE7 view in the IE8&#8242;s developer tools, although I&#8217;ve heard this is not always 100%. The IE collection tool is also not accurate &#8211; I&#8217;ve had numerous problems, especially with IE6 not rendering the same when it is part of the IE collection.</p><p>The tool we currently use is Multi-Browser Viewer &#8211; <a
href="http://www.MultiBrowserViewer.com" rel="nofollow">http://www.MultiBrowserViewer.com</a> &#8211; it is a little more pricey but has virtualized standalone versions of IE6, IE7, IE8 and IE9 as well as most of the other web browsers. Plus it also does screenshots.</p> ]]></content:encoded> </item> <item><title>By: Laurie Cope</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-22427</link> <dc:creator>Laurie Cope</dc:creator> <pubDate>Mon, 24 Jan 2011 14:36:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-22427</guid> <description>@muxed I&#039;ve been using this for a long time with no side effects. Its the easiest to use. THEN combined with conditional statements you can have a ie7 only .css file that contains only the changes needed from main stylesheet to fix IE7 issues (which will then work in IE8 which otherwise would be different again and require ANOTHER IE stylseheet!).Note: this code must go before the stylesheet.</description> <content:encoded><![CDATA[<p>@muxed I&#8217;ve been using this for a long time with no side effects. Its the easiest to use. THEN combined with conditional statements you can have a ie7 only .css file that contains only the changes needed from main stylesheet to fix IE7 issues (which will then work in IE8 which otherwise would be different again and require ANOTHER IE stylseheet!).</p><p>Note: this code must go before the stylesheet.</p> ]]></content:encoded> </item> <item><title>By: http://muxed.eu</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-20859</link> <dc:creator>http://muxed.eu</dc:creator> <pubDate>Fri, 01 Oct 2010 09:06:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-20859</guid> <description>Are there any other notable downsides to using this fix?</description> <content:encoded><![CDATA[<p>Are there any other notable downsides to using this fix?</p> ]]></content:encoded> </item> <item><title>By: cosmo_quizz</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-20191</link> <dc:creator>cosmo_quizz</dc:creator> <pubDate>Fri, 24 Sep 2010 10:07:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-20191</guid> <description>works perfectly
great topic,
thx</description> <content:encoded><![CDATA[<p>works perfectly<br
/> great topic,<br
/> thx</p> ]]></content:encoded> </item> <item><title>By: Orlin Alvarado</title><link>http://davidwalsh.name/ie8-emulate-ie7#comment-18116</link> <dc:creator>Orlin Alvarado</dc:creator> <pubDate>Thu, 10 Jun 2010 13:53:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1891#comment-18116</guid> <description>@Kalel:I´ll give that a try</description> <content:encoded><![CDATA[<p>@Kalel:</p><p>I´ll give that a try</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/7 queries in 0.014 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 03:25:46 -->
