<?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: IE6 Min-height &#8216;Hack&#8217; that isn&#8217;t</title>
	<atom:link href="http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/feed/" rel="self" type="application/rss+xml" />
	<link>http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/</link>
	<description>Kickass info re CSS, WordPress Themes, ModX Templates, CubeCart Templates, CMS Templates, WebDev News, and occasional weird personal observations.</description>
	<pubDate>Fri, 04 Jul 2008 06:15:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: BJ</title>
		<link>http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6528</link>
		<dc:creator>BJ</dc:creator>
		<pubDate>Fri, 13 Jul 2007 13:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6528</guid>
		<description>Anja, the cascade is feeding the good browsers min-height, which they understand. Only IE6 is getting height.</description>
		<content:encoded><![CDATA[<p>Anja, the cascade is feeding the good browsers min-height, which they understand. Only IE6 is getting height.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anja</title>
		<link>http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6527</link>
		<dc:creator>Anja</dc:creator>
		<pubDate>Fri, 13 Jul 2007 13:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6527</guid>
		<description>i was looking for this solution and it worked like a charm for me. had to add // like this  though: 
html, body {
//height: 100%;
min-height: 100%;
}
because without that, firefox thought it was height 100%, which it takes as absolute i think.</description>
		<content:encoded><![CDATA[<p>i was looking for this solution and it worked like a charm for me. had to add // like this  though:<br />
html, body {<br />
//height: 100%;<br />
min-height: 100%;<br />
}<br />
because without that, firefox thought it was height 100%, which it takes as absolute i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJ</title>
		<link>http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6274</link>
		<dc:creator>BJ</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6274</guid>
		<description>Absolute Positioning? That creates a whole lot more problems than this non hack does.</description>
		<content:encoded><![CDATA[<p>Absolute Positioning? That creates a whole lot more problems than this non hack does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6263</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 19 Jun 2007 14:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://kickasswebdesign.com/wordpress/2007/06/ie6-min-height-hack-that-isnt/#comment-6263</guid>
		<description>A sometimes simpler and safer solution is to create an element with 0 width and x height, and float it left inside the container element. sometimes the above mentioned solution will mess up a site design, specifically when using things such as bottom absolutely positioned elements i.e. for footers.</description>
		<content:encoded><![CDATA[<p>A sometimes simpler and safer solution is to create an element with 0 width and x height, and float it left inside the container element. sometimes the above mentioned solution will mess up a site design, specifically when using things such as bottom absolutely positioned elements i.e. for footers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
