<?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: CSS Hack: Cross-Browser &#8220;min-height&#8221; Hack</title>
	<atom:link href="http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/</link>
	<description>Design.  One Step at a Time.</description>
	<lastBuildDate>Sat, 06 Mar 2010 08:04:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Venkateswara Rao</title>
		<link>http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/comment-page-1/#comment-1030</link>
		<dc:creator>Venkateswara Rao</dc:creator>
		<pubDate>Sat, 28 Jun 2008 10:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/#comment-1030</guid>
		<description>Thank you for great hack.

Hi jbj, your solutions works better</description>
		<content:encoded><![CDATA[<p>Thank you for great hack.</p>
<p>Hi jbj, your solutions works better</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbj</title>
		<link>http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/comment-page-1/#comment-1017</link>
		<dc:creator>jbj</dc:creator>
		<pubDate>Sun, 24 Feb 2008 19:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/#comment-1017</guid>
		<description>Hi, and thx for the article.
Btw, you should try this:

.myClass{
    min-height:100px;
    height:auto !important;
    height: 100px;
}

Explanation: For browsers who understand min-height, let them use it. IE6 don&#039;t understand anything with the !important directive, so the second line will be only for better browsers.
And finally, for IE6 the height property works as min-height. So this will be applied by IE6, but not any other browsers, due to the !important directive.</description>
		<content:encoded><![CDATA[<p>Hi, and thx for the article.<br />
Btw, you should try this:</p>
<p>.myClass{<br />
    min-height:100px;<br />
    height:auto !important;<br />
    height: 100px;<br />
}</p>
<p>Explanation: For browsers who understand min-height, let them use it. <acronym title="Internet Explorer 6">IE6</acronym> don&#8217;t understand anything with the !important directive, so the second line will be only for better browsers.<br />
And finally, for <acronym title="Internet Explorer 6">IE6</acronym> the height property works as min-height. So this will be applied by <acronym title="Internet Explorer 6">IE6</acronym>, but not any other browsers, due to the !important directive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Ellis</title>
		<link>http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/comment-page-1/#comment-1011</link>
		<dc:creator>Ray Ellis</dc:creator>
		<pubDate>Fri, 15 Feb 2008 08:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.georgegumpert.com/2008/01/23/css-hack-cross-browser-min-height-hack/#comment-1011</guid>
		<description>Thank you, George, for the clean solution. It works nicely in both IE and Firefox for my application. I like the way it is easy to implement in both the CSS and the HTML code.

-ray</description>
		<content:encoded><![CDATA[<p>Thank you, George, for the clean solution. It works nicely in both <acronym title="Internet Explorer">IE</acronym> and Firefox for my application. I like the way it is easy to implement in both the <acronym title="Cascading Style Sheets">CSS</acronym> and the <acronym title="HyperText Markup Language">HTML</acronym> code.</p>
<p>-ray</p>
]]></content:encoded>
	</item>
</channel>
</rss>
