<?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>SpinOneSolutions &#187; Minimum</title>
	<atom:link href="http://www.spinonesolutions.com/tag/minimum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spinonesolutions.com</link>
	<description>I waste my time so that you don't have to...</description>
	<lastBuildDate>Mon, 16 May 2011 17:01:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS Minimum Height in Firefox &amp; Internet Explorer</title>
		<link>http://www.spinonesolutions.com/2009/05/css-minimum-height-in-firefox-internet-explorer/</link>
		<comments>http://www.spinonesolutions.com/2009/05/css-minimum-height-in-firefox-internet-explorer/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:24:31 +0000</pubDate>
		<dc:creator>Will Wright</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[FF]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Height]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Minimum]]></category>

		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=255</guid>
		<description><![CDATA[The Problem: You need to give an element a minimum height and you need to work in both FireFox (FF) and Internet Explorer (IE). The Solution: In your default style sheet use the declaration below. This will be picked up by Firefox. min-height:500px; In your conditionally included style sheet for IE set this declaration. height:500px; [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem:</h3>
<p>You need to give an element a minimum height and you need to work in both FireFox (FF) and Internet Explorer (IE).</p>
<h3>The Solution:</h3>
<p> In your default style sheet use the declaration below.  This will be picked up by Firefox.</p>
<pre class="css" name="code">
min-height:500px;
</pre>
<p>In your conditionally included style sheet for IE set this declaration.</p>
<pre class="css" name="code">
height:500px;
overflow:visible;
</pre>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spinonesolutions.com/2009/05/css-minimum-height-in-firefox-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

