[thelist] emulating min-height in IE

Kristof Neirynck k.neirynck at belgacom.net
Wed Jan 14 16:25:56 CST 2004


Scott Blanchard wrote:
> I need to hack around IE's lack of support for min-height in CSS
> 

try this:

#thediv{
	min-height: 300px;
}
* html #thediv{
	height: 300px;
}


More information about the thelist mailing list