Click on this icon to open the XML page.Tom Van Gaever - Blog
Search:   

CSS Min-Height In IE6 and all Browsers! 
Friday, September 14, 2007, 10:41
Posted by Administrator
While searching after a method to assign a min-height on IE6 I found this little trick:


#wrapper{
min-height:500px;
height:auto !important;
height:500px;
}


Example:


<div id="header">HEADER</div>
<div id="wrapper">
<p>content</p>
</div>
<div id="footer">FOOTER</div>


that's all ;)


add comment ( 1 view )   |  permalink   |   ( 3 / 542 )

<<First <Back | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | Next> Last>>