<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029683" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029683</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-doesnt-support-minheight-need-workaround#comment-1173663</link>
    <description> &lt;p&gt;That worked, thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Jun 2005 13:00:37 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1173663 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-doesnt-support-minheight-need-workaround#comment-1173655</link>
    <description> &lt;p&gt;Tried floating it?&lt;/p&gt;
&lt;p&gt;Floating the image will take it out of the &quot;flow&quot; so, just add a &quot;spacer&quot; DIV at the end of your content (i.e. at the bottom of the content DIV)&lt;/p&gt;
&lt;p&gt;Your content div will look something like this when it&#039;s empty:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;img src=&amp;quot;./images/spacer.gif&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;475&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&amp;quot; id=&amp;quot;ie-fix&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;!-- Content goes here --&amp;gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;spacer&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And of course, the CSS for the spacer:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#ie-fix {&lt;br /&gt;position:relative; /* for a fix in opera (6, I think, don&amp;#039;t know about 7) */&lt;br /&gt;float:left; /* or right */&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.spacer {&lt;br /&gt;clear:both;&lt;br /&gt;height:0;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I usually use this spacer DIV trick as a work around to my &quot;float&quot; problems.&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Jun 2005 10:53:57 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1173655 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-doesnt-support-minheight-need-workaround#comment-1173618</link>
    <description> &lt;p&gt;The problem I had with that was, if I do this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/ie-sucks.gif&quot; alt=&quot;IE Sucks&quot; /&gt;&lt;/p&gt;
&lt;p&gt;then it pushes the text down to below the image, but if i do this&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/ie-sucks.gif&quot; alt=&quot;IE Sucks&quot; /&gt;&lt;/p&gt;
&lt;p&gt;so that the text wraps, then the image doesn&#039;t force the area to be 475px high anymore.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Jun 2005 18:09:52 +0000</pubDate>
 <dc:creator>IanD</dc:creator>
 <guid isPermaLink="false">comment 1173618 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ie-doesnt-support-minheight-need-workaround#comment-1173616</link>
    <description> &lt;p&gt;this is not the best method probably, but would work. Get a 1x1 transparent gif and if the browser is IE, display it inside with a height of 475. You will have to play around where to put it so that all your regular content flows beside it, not above of below it.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Jun 2005 17:50:57 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1173616 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
