<?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: min-height hack for IE</title>
	<atom:link href="http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/</link>
	<description>By Jason Gill</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: My Leones</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-31</link>
		<dc:creator>My Leones</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-31</guid>
		<description>Nice blog dude Thanks</description>
		<content:encoded><![CDATA[<p>Nice blog dude Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bernad</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-30</link>
		<dc:creator>David Bernad</dc:creator>
		<pubDate>Mon, 20 Oct 2008 10:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-30</guid>
		<description>Sopel is right,

#container{min-height:500px;_height:500px}

really works in IE and Firefox, is the ideal solution.</description>
		<content:encoded><![CDATA[<p>Sopel is right,</p>
<p>#container{min-height:500px;_height:500px}</p>
<p>really works in IE and Firefox, is the ideal solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baz L</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-29</link>
		<dc:creator>Baz L</dc:creator>
		<pubDate>Thu, 22 May 2008 18:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-29</guid>
		<description>This works cuz Mozilla doesn&#039;t understand:
IE 6 (below) doesn&#039;t understand min-height and normal browsers don&#039;t understand:
* html #container {height:500px}

The prob is that we have a hybrid:
IE 5 for Mac does understand the bottom guy...so you need to do the IE 5 escape hack:


/* mac hide \*/
* html #container {height:500px}
/* end hide */

Sucks doesn&#039;t it?</description>
		<content:encoded><![CDATA[<p>This works cuz Mozilla doesn&#8217;t understand:<br />
IE 6 (below) doesn&#8217;t understand min-height and normal browsers don&#8217;t understand:<br />
* html #container {height:500px}</p>
<p>The prob is that we have a hybrid:<br />
IE 5 for Mac does understand the bottom guy&#8230;so you need to do the IE 5 escape hack:</p>
<p>/* mac hide \*/<br />
* html #container {height:500px}<br />
/* end hide */</p>
<p>Sucks doesn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-24</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Tue, 06 Feb 2007 21:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-24</guid>
		<description>_hack is bad coding practice!

to trick ie 6 without hacking  use


height:400px;
min-height:auto!important;</description>
		<content:encoded><![CDATA[<p>_hack is bad coding practice!</p>
<p>to trick ie 6 without hacking  use</p>
<p>height:400px;<br />
min-height:auto!important;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gill</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-22</link>
		<dc:creator>Jason Gill</dc:creator>
		<pubDate>Wed, 06 Dec 2006 16:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-22</guid>
		<description>If you want valid code, I suggest using &lt;a href=&quot;#20050725093039&quot; rel=&quot;nofollow&quot;&gt;Ander&#039;s solution&lt;/a&gt; above.</description>
		<content:encoded><![CDATA[<p>If you want valid code, I suggest using <a href="#20050725093039" rel="nofollow">Ander&#8217;s solution</a> above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-21</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Wed, 06 Dec 2006 14:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-21</guid>
		<description>But the css do not validate at www.w3.org!!!!!</description>
		<content:encoded><![CDATA[<p>But the css do not validate at <a href="http://www.w3.org" rel="nofollow">http://www.w3.org</a>!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-23</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 15 Oct 2006 12:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-23</guid>
		<description>_height is wicked. Thanks.</description>
		<content:encoded><![CDATA[<p>_height is wicked. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-20</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 28 May 2006 10:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-20</guid>
		<description>Awesome!! You saved alot of work!</description>
		<content:encoded><![CDATA[<p>Awesome!! You saved alot of work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenny</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-19</link>
		<dc:creator>kenny</dc:creator>
		<pubDate>Sun, 21 May 2006 19:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-19</guid>
		<description>this was posted in 2004 and the bug still hasnt been fixed?  pathetic.  -_-  in any case, that little trick worked and im very grateful, thanks!</description>
		<content:encoded><![CDATA[<p>this was posted in 2004 and the bug still hasnt been fixed?  pathetic.  -_-  in any case, that little trick worked and im very grateful, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DimG</title>
		<link>http://www.gilluminate.com/2004/10/21/min-height-hack-for-ie/#comment-17</link>
		<dc:creator>DimG</dc:creator>
		<pubDate>Fri, 14 Apr 2006 01:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/10/21/min-height-hack-for-ie#comment-17</guid>
		<description>Thank you so much, i spent so much time trying to find a solution to this bug!!</description>
		<content:encoded><![CDATA[<p>Thank you so much, i spent so much time trying to find a solution to this bug!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

