<?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"
	>
<channel>
	<title>Comments on: Lovin IE7</title>
	<atom:link href="http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 04 Feb 2012 23:29:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Derek</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/#comment-624</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 08 May 2009 03:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/#comment-624</guid>
		<description>I have found that the 3px margin error is still kicking in IE7.  I tested the following in IE7 on a Vista machine and it works in FF but not in IE7...  3px gap between floater and extras. Do you get the same results?

&#60;html&#62;
&#60;head&#62;
	&#60;title&#62;IE Sucks so much!&#60;/title&#62;
	&#60;style type='text/css'&#62;
		/*
		** Markup free clearing
		** Details: http://www.positioniseverything.net/easyclearing.html
		*/
		.clear-block:after {
 			content: ".";
  		display: block;
  		height: 0;
  		clear: both;
  		visibility: hidden;
		}
			.clear-block {
 			display: inline-block;
		}
			/* Hides from IE-mac \*/
		* html .clear-block {
 			height: 1%;
		}
		.clear-block {
 			display: block;
		}
		/* End hide from IE-mac */
		
		.container {
			width: 400px;
		}
		
		div {
			margin: 0;
			padding: 0;
		}	
		
		.floater {
			width: 60px;
			height: 165px;
			background: red;
			float: right;
		}
		.content {
			height: 60px;
			background: green;
		}
		.extras {
			width: 340px;
			background: tan;
		}
		
	&#60;/style&#62;
&#60;/head&#62;
&#60;body&#62;
	&#60;div class='container clear-block'&#62;
		&#60;div class='floater'&#62;If only IE didn't stink so much...&#60;/div&#62;
		&#60;div class='content'&#62;&#60;p&#62;This is the primary content.  It is displayed beside the floater.&#60;/p&#62;&#60;/div&#62;
		&#60;div class='extras'&#62;&#60;a href='/'&#62;Link 1&#60;/a&#62;&#60;a href='/'&#62;Link 2&#60;/a&#62;&#60;a href='/'&#62;Link 3&#60;/a&#62;&#60;/div&#62;
	&#60;/div&#62;
&#60;/body&#62;
&#60;/html&#62;</description>
		<content:encoded><![CDATA[<p>I have found that the 3px margin error is still kicking in IE7.  I tested the following in IE7 on a Vista machine and it works in FF but not in IE7&#8230;  3px gap between floater and extras. Do you get the same results?</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
	&lt;title&gt;IE Sucks so much!&lt;/title&gt;<br />
	&lt;style type=&#8217;text/css&#8217;&gt;<br />
		/*<br />
		** Markup free clearing<br />
		** Details: <a href="http://www.positioniseverything.net/easyclearing.html" rel="nofollow">http://www.positioniseverything.net/easyclearing.html</a><br />
		*/<br />
		.clear-block:after {<br />
 			content: &#8220;.&#8221;;<br />
  		display: block;<br />
  		height: 0;<br />
  		clear: both;<br />
  		visibility: hidden;<br />
		}<br />
			.clear-block {<br />
 			display: inline-block;<br />
		}<br />
			/* Hides from IE-mac \*/<br />
		* html .clear-block {<br />
 			height: 1%;<br />
		}<br />
		.clear-block {<br />
 			display: block;<br />
		}<br />
		/* End hide from IE-mac */</p>
<p>		.container {<br />
			width: 400px;<br />
		}</p>
<p>		div {<br />
			margin: 0;<br />
			padding: 0;<br />
		}	</p>
<p>		.floater {<br />
			width: 60px;<br />
			height: 165px;<br />
			background: red;<br />
			float: right;<br />
		}<br />
		.content {<br />
			height: 60px;<br />
			background: green;<br />
		}<br />
		.extras {<br />
			width: 340px;<br />
			background: tan;<br />
		}</p>
<p>	&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
	&lt;div class=&#8217;container clear-block&#8217;&gt;<br />
		&lt;div class=&#8217;floater&#8217;&gt;If only IE didn&#8217;t stink so much&#8230;&lt;/div&gt;<br />
		&lt;div class=&#8217;content&#8217;&gt;&lt;p&gt;This is the primary content.  It is displayed beside the floater.&lt;/p&gt;&lt;/div&gt;<br />
		&lt;div class=&#8217;extras&#8217;&gt;&lt;a href=&#8217;/'&gt;Link 1&lt;/a&gt;&lt;a href=&#8217;/'&gt;Link 2&lt;/a&gt;&lt;a href=&#8217;/'&gt;Link 3&lt;/a&gt;&lt;/div&gt;<br />
	&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/#comment-623</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 08 May 2009 03:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/2007/02/23/lovin-ie7/#comment-623</guid>
		<description>Take a look at the following html.  In IE7 on my Vista machine the 3px problem is still there:



	IE Sucks so much!
	
		/*
		** Markup free clearing
		** Details: http://www.positioniseverything.net/easyclearing.html
		*/
		.clear-block:after {
 			content: ".";
  		display: block;
  		height: 0;
  		clear: both;
  		visibility: hidden;
		}
			.clear-block {
 			display: inline-block;
		}
			/* Hides from IE-mac \*/
		* html .clear-block {
 			height: 1%;
		}
		.clear-block {
 			display: block;
		}
		/* End hide from IE-mac */
		
		.container {
			width: 400px;
		}
		
		div {
			margin: 0;
			padding: 0;
		}	
		
		.floater {
			width: 60px;
			height: 165px;
			background: red;
			float: right;
			margin-left: -3px;
		}
		.content {
			height: 60px;
			background: green;
		}
		.extras {
			width: 340px;
			background: tan;
		}
		
	


	
		If only IE didn't stink so much...
		This is the primary content.  It is displayed beside the floater.
		&lt;a href='/' rel="nofollow"&gt;Link 1&lt;/a&gt;&lt;a href='/' rel="nofollow"&gt;Link 2&lt;/a&gt;&lt;a href='/' rel="nofollow"&gt;Link 3&lt;/a&gt;
	

</description>
		<content:encoded><![CDATA[<p>Take a look at the following html.  In IE7 on my Vista machine the 3px problem is still there:</p>
<p>	IE Sucks so much!</p>
<p>		/*<br />
		** Markup free clearing<br />
		** Details: <a href="http://www.positioniseverything.net/easyclearing.html" rel="nofollow">http://www.positioniseverything.net/easyclearing.html</a><br />
		*/<br />
		.clear-block:after {<br />
 			content: &#8220;.&#8221;;<br />
  		display: block;<br />
  		height: 0;<br />
  		clear: both;<br />
  		visibility: hidden;<br />
		}<br />
			.clear-block {<br />
 			display: inline-block;<br />
		}<br />
			/* Hides from IE-mac \*/<br />
		* html .clear-block {<br />
 			height: 1%;<br />
		}<br />
		.clear-block {<br />
 			display: block;<br />
		}<br />
		/* End hide from IE-mac */</p>
<p>		.container {<br />
			width: 400px;<br />
		}</p>
<p>		div {<br />
			margin: 0;<br />
			padding: 0;<br />
		}	</p>
<p>		.floater {<br />
			width: 60px;<br />
			height: 165px;<br />
			background: red;<br />
			float: right;<br />
			margin-left: -3px;<br />
		}<br />
		.content {<br />
			height: 60px;<br />
			background: green;<br />
		}<br />
		.extras {<br />
			width: 340px;<br />
			background: tan;<br />
		}</p>
<p>		If only IE didn&#8217;t stink so much&#8230;<br />
		This is the primary content.  It is displayed beside the floater.<br />
		<a href='/' rel="nofollow">Link 1</a><a href='/' rel="nofollow">Link 2</a><a href='/' rel="nofollow">Link 3</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

