<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Smart red fox &#187; bug</title>
	<atom:link href="http://www.smartredfox.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartredfox.com</link>
	<description>Thoughts from the web and stuff</description>
	<lastBuildDate>Fri, 27 Aug 2010 13:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Min-height in IE6</title>
		<link>http://www.smartredfox.com/2008/05/min-height-in-ie6/</link>
		<comments>http://www.smartredfox.com/2008/05/min-height-in-ie6/#comments</comments>
		<pubDate>Tue, 20 May 2008 11:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IE6]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://www.smartredfox.com/?p=7</guid>
		<description><![CDATA[We all know the problem: You need to set a minimum height on an object but IE6 ignores it and ruins your layout. Well worry no more, there is a simple fix: selector { min-height:500px; height:auto !important; height:500px; } This takes advantage of two IE6 bugs: IE6 ignores the !important and sets the height using [...]]]></description>
			<content:encoded><![CDATA[<p>We all know the problem: You need to set a minimum height on an object but IE6 ignores it and ruins your layout. Well worry no more, there is a simple fix:</p>
<p><code>selector {<br />
min-height:500px;<br />
height:auto !important;<br />
height:500px;<br />
}</code></p>
<p>This takes advantage of two IE6 bugs:</p>
<ol>
<li>IE6 ignores the !important and sets the height using the last line.</li>
<li>IE6 treats height like it should treat min-height and lets child objects cause the parent to expand.</li>
</ol>
<p>I found this <a title="./with Imagination" href="http://www.dustindiaz.com/min-height-fast-hack/" target="_blank">helpful solution here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smartredfox.com/2008/05/min-height-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
