<?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/"
		>
<channel>
	<title>Comments on: Using Conditional Comments to Fix IE Bugs</title>
	<atom:link href="http://www.vanseodesign.com/css/conditional-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/css/conditional-comments/</link>
	<description>Helping you build search engine friendly websites</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:03:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sweta Shrestha&#39;s Personal Blog Site &#187; More Css Tips and Tricks</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-140178</link>
		<dc:creator>Sweta Shrestha&#39;s Personal Blog Site &#187; More Css Tips and Tricks</dc:creator>
		<pubDate>Tue, 27 Sep 2011 15:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-140178</guid>
		<description>[...] Conditional comments are an ideal way to target IE browsers only, since IE is often the browser that won’t cooperate. The basic form of a conditional comments is: &lt;!&#8211;[if IE]&gt; &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;ie-stylesheet.css&#8221; /&gt; &lt; ![endif]&#8211;&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] Conditional comments are an ideal way to target IE browsers only, since IE is often the browser that won’t cooperate. The basic form of a conditional comments is: &lt;!&#8211;[if IE]&gt; &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;ie-stylesheet.css&#8221; /&gt; &lt; ![endif]&#8211;&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Styles</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-83274</link>
		<dc:creator>Styles</dc:creator>
		<pubDate>Mon, 18 Oct 2010 01:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-83274</guid>
		<description>[...] stuff if you want and show everyone else the box-shadow stuff. An easy way to do this is through conditional comments. Only IE reads conditional comments so you can place IE specific code inside them. Every other [...]</description>
		<content:encoded><![CDATA[<p>[...] stuff if you want and show everyone else the box-shadow stuff. An easy way to do this is through conditional comments. Only IE reads conditional comments so you can place IE specific code inside them. Every other [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 2: How to Turn a Design Image Into a Working Web Page &#124; Onextrapixel - Showcasing Web Treats Without A Hitch</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-64726</link>
		<dc:creator>Part 2: How to Turn a Design Image Into a Working Web Page &#124; Onextrapixel - Showcasing Web Treats Without A Hitch</dc:creator>
		<pubDate>Thu, 29 Apr 2010 10:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-64726</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bernad</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-14646</link>
		<dc:creator>David Bernad</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-14646</guid>
		<description>Hello. I have a problem. This code is not working to me:
&lt;!--[if IE]&gt;  &lt;![endif]--&gt;

This code is into de  tag. Does anybody knows what I&#039;m doing wrong?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello. I have a problem. This code is not working to me:<br />
<!--[if IE]&gt;  &lt;![endif]--></p>
<p>This code is into de  tag. Does anybody knows what I&#8217;m doing wrong?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-157</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Wed, 25 Jul 2007 23:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-157</guid>
		<description>Glad I could help darek. That&#039;s been one of the most useful hacks I&#039;ve used over the years. Just make sure to place the IE specific css in a conditional comment. It ensures your pages validate and also ensure the hacks are only used when they need to be.</description>
		<content:encoded><![CDATA[<p>Glad I could help darek. That&#8217;s been one of the most useful hacks I&#8217;ve used over the years. Just make sure to place the IE specific css in a conditional comment. It ensures your pages validate and also ensure the hacks are only used when they need to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darek</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-156</link>
		<dc:creator>darek</dc:creator>
		<pubDate>Wed, 25 Jul 2007 21:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-156</guid>
		<description>Hi, thanks for the post! The underscore hack is what I was looking for, which I&#039;d, stupidly, forgotten about.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the post! The underscore hack is what I was looking for, which I&#8217;d, stupidly, forgotten about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE 7 ate my layout!</title>
		<link>http://www.vanseodesign.com/css/conditional-comments/comment-page-1/#comment-155</link>
		<dc:creator>IE 7 ate my layout!</dc:creator>
		<pubDate>Mon, 18 Sep 2006 19:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/uncategorized/using-conditional-comments-to-fix-ie-bugs/#comment-155</guid>
		<description>[...] The problem with IE7 is most likely due to some hacks you used to make your sites work for pre version 7 IE. You will need to figure out how to make the sites work in IE7, but you don&#039;t necessarily need to redo your entire site.  There are ways you can serve different style sheets to different browsers. In this case I think using conditional comments might be the easiest [...]</description>
		<content:encoded><![CDATA[<p>[...] The problem with IE7 is most likely due to some hacks you used to make your sites work for pre version 7 IE. You will need to figure out how to make the sites work in IE7, but you don&#8217;t necessarily need to redo your entire site.  There are ways you can serve different style sheets to different browsers. In this case I think using conditional comments might be the easiest [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

