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:Posted by Administrator
#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 ;)




( 3 / 542 )

Tom Van Gaever - Blog
Avatar






