<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Forums Topic: Fixed min-height for Internet Explorer and Firefox</title>
<link>http://www.tutorialhelpdesk.com/forum/</link>
<description>Tutorialhelpdesk programming forums</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 23:26:48 +0000</pubDate>

<item>
<title>ioana on "Fixed min-height for Internet Explorer and Firefox"</title>
<link>http://www.tutorialhelpdesk.com/forum/topic/fixed-min-height-for-internet-explorer-and-firefox#post-19</link>
<pubDate>Fri, 04 Jul 2008 11:16:08 +0000</pubDate>
<dc:creator>ioana</dc:creator>
<guid isPermaLink="false">19@http://www.tutorialhelpdesk.com/forum/</guid>
<description>&#60;p&#62;Hello! I picked up this css that fixes both min-width and max-width for IE 6. It uses the expression() to condition the width of the &#60;em&#62;container&#60;/em&#62; element:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#container {
	height: 75px;
	background-color: #00000;
	color: #ffffff;
	width: expression(document.body.clientWidth &#38;lt; 742 ? &#38;quot;740px&#38;quot; : document.body.clientWidth &#38;gt; 1202 ? &#38;quot;1200px&#38;quot; : &#38;quot;auto&#38;quot;);
	min-width: 740px;
	max-width: 1200px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>thdadmin on "Fixed min-height for Internet Explorer and Firefox"</title>
<link>http://www.tutorialhelpdesk.com/forum/topic/fixed-min-height-for-internet-explorer-and-firefox#post-14</link>
<pubDate>Wed, 02 Jul 2008 20:50:49 +0000</pubDate>
<dc:creator>thdadmin</dc:creator>
<guid isPermaLink="false">14@http://www.tutorialhelpdesk.com/forum/</guid>
<description>&#60;p&#62;This little piece of CSS code fixes the problem IE has with &#60;em&#62;min-height&#60;/em&#62;. First class is basic CSS for Firefox and the other one expands the &#60;em&#62;.cont&#60;/em&#62; so that it fits the extra text inside it.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.cont
{
min-height: 400px;
height: auto !important;
}

* html .cont
{
height: 400px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
