<?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: Internet Explorer Float &#8211; Margin Problem</title>
	<atom:link href="http://www.sajithmr.me/internet-explorer-float-margin-problem/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/internet-explorer-float-margin-problem</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Arun Basil Lal</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem/comment-page-1#comment-37560</link>
		<dc:creator>Arun Basil Lal</dc:creator>
		<pubDate>Sat, 27 Dec 2008 17:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/#comment-37560</guid>
		<description>Hey, i tried this tweak, Still my RSS counter falls below the line in IE 6
Damn Microsoft. Cheers</description>
		<content:encoded><![CDATA[<p>Hey, i tried this tweak, Still my RSS counter falls below the line in IE 6<br />
Damn Microsoft. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem/comment-page-1#comment-26651</link>
		<dc:creator>Sridhar</dc:creator>
		<pubDate>Sat, 18 Oct 2008 05:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/#comment-26651</guid>
		<description>I would agree with Ryan. As IE8 promises to be more compliant like FireFox or Google Chrome, you should separate your IE only styles. For example, in the html&#039;s head, you can give this:
&lt;!--[if lte IE 7]&gt;--&gt;
#rightDiv {display:inline;}


And not put the display:inline in the main stylesheet.

Additionally, if you are already using IE8 and if your old styles (styles for IE7 or less) are aren&#039;t working, use the following meta to make IE8 render as IE7 or less:
</description>
		<content:encoded><![CDATA[<p>I would agree with Ryan. As IE8 promises to be more compliant like FireFox or Google Chrome, you should separate your IE only styles. For example, in the html&#8217;s head, you can give this:<br />
<!--[if lte IE 7]&gt;--><br />
#rightDiv {display:inline;}</p>
<p>And not put the display:inline in the main stylesheet.</p>
<p>Additionally, if you are already using IE8 and if your old styles (styles for IE7 or less) are aren&#8217;t working, use the following meta to make IE8 render as IE7 or less:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem/comment-page-1#comment-26566</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 17 Oct 2008 07:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/#comment-26566</guid>
		<description>You should really put all your IE fixes into a specific IE only style sheet (or multiples of them for different versions) so the main style sheet is kept clean. For your example above you would move the display: inline into an IE only style sheet.

Use conditional comments to serve up style sheets to IE and keep other browsers from having to view hacks and fixes they don&#039;t need: http://www.quirksmode.org/css/condcom.html</description>
		<content:encoded><![CDATA[<p>You should really put all your IE fixes into a specific IE only style sheet (or multiples of them for different versions) so the main style sheet is kept clean. For your example above you would move the display: inline into an IE only style sheet.</p>
<p>Use conditional comments to serve up style sheets to IE and keep other browsers from having to view hacks and fixes they don&#8217;t need: <a href="http://www.quirksmode.org/css/condcom.html" rel="nofollow">http://www.quirksmode.org/css/condcom.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

