<?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: Updates and steps back</title>
	<atom:link href="http://www.phrixus.co.uk/posts/2005/01/updates-and-steps-back/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phrixus.co.uk/posts/2005/01/updates-and-steps-back</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 07:36:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Phrixus</title>
		<link>http://www.phrixus.co.uk/posts/2005/01/updates-and-steps-back/comment-page-1#comment-425</link>
		<dc:creator>Phrixus</dc:creator>
		<pubDate>Wed, 19 Jan 2005 09:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phrixus.co.uk/archives/2005/01/19/updates-and-steps-back/#comment-425</guid>
		<description>My god... I have ruined my site... just saw the comments area in IE!!! Forgot to look at that... actually I solved the floating issue after about 3 days of googling! I would have posted the code but it kept fouling up... basically I have a new CSS class called .clearbox as follows

}
.clearbox:after {
    content: &quot;.&quot;; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

This uses the CSS2 option &#039;after&#039; to basically put something at the end and hide it whilst clearing both ways. For IE Mac I also added;

.clearbox {display: inline-table;}

/* Hides from IE-mac */
* html .clearbox {height: 1%;}
.clearbox {display: block;}
/* End hide from IE-mac */

By adding the height element it triggers IE&#039;s auto enclose &#039;feature/non-compliance&#039;!!

To use you simply add the clearbox class to any tag you want it to work on...e.g

&lt;div class=&quot;stylex clearbox&quot;&gt;

I have had to break my nice comments layout this morning to accomodate IE but I will get it back this evening!!</description>
		<content:encoded><![CDATA[<p>My god&#8230; I have ruined my site&#8230; just saw the comments area in IE!!! Forgot to look at that&#8230; actually I solved the floating issue after about 3 days of googling! I would have posted the code but it kept fouling up&#8230; basically I have a new CSS class called .clearbox as follows</p>
<p>}<br />
.clearbox:after {<br />
    content: &#8220;.&#8221;;<br />
    display: block;<br />
    height: 0;<br />
    clear: both;<br />
    visibility: hidden;<br />
}</p>
<p>This uses the CSS2 option &#8216;after&#8217; to basically put something at the end and hide it whilst clearing both ways. For IE Mac I also added;</p>
<p>.clearbox {display: inline-table;}</p>
<p>/* Hides from IE-mac */<br />
* html .clearbox {height: 1%;}<br />
.clearbox {display: block;}<br />
/* End hide from IE-mac */</p>
<p>By adding the height element it triggers IE&#8217;s auto enclose &#8216;feature/non-compliance&#8217;!!</p>
<p>To use you simply add the clearbox class to any tag you want it to work on&#8230;e.g</p>
<p>&lt;div class=&#8221;stylex clearbox&#8221;&gt;</p>
<p>I have had to break my nice comments layout this morning to accomodate IE but I will get it back this evening!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrinGod</title>
		<link>http://www.phrixus.co.uk/posts/2005/01/updates-and-steps-back/comment-page-1#comment-424</link>
		<dc:creator>GrinGod</dc:creator>
		<pubDate>Wed, 19 Jan 2005 09:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.phrixus.co.uk/archives/2005/01/19/updates-and-steps-back/#comment-424</guid>
		<description>It appears that my HTML was stripped out... lets try that again:

&lt;code&gt;
&lt;div id=&quot;post&quot; style=&quot;display: block&quot;&gt;
   &lt;img src=&quot;...&quot; style=&quot;float: left&quot;&gt;
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It appears that my HTML was stripped out&#8230; lets try that again:</p>
<p><code><br />
&lt;div id="post" style="display: block"&gt;<br />
   &lt;img src="..." style="float: left"&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrinGod</title>
		<link>http://www.phrixus.co.uk/posts/2005/01/updates-and-steps-back/comment-page-1#comment-423</link>
		<dc:creator>GrinGod</dc:creator>
		<pubDate>Wed, 19 Jan 2005 09:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phrixus.co.uk/archives/2005/01/19/updates-and-steps-back/#comment-423</guid>
		<description>Did you get around the CSS &quot;floating over everything&quot; issue by floating the inside element (the image) and having the surrounding element (the post) as displaying in a block?  e.g.:

&lt;code&gt;
&lt;div id=&quot;post&quot; style=&quot;display:block&quot; /&gt;
   &lt;img src=&quot;...&quot; style=&quot;float: left;&quot; /&gt;
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Did you get around the CSS &#8220;floating over everything&#8221; issue by floating the inside element (the image) and having the surrounding element (the post) as displaying in a block?  e.g.:</p>
<p><code></p>
<div id="post" style="display:block" />
   <img src="..." style="float: left;" /></p>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

