[CSS] IE5 and IE6 min-height fix.
Posted: Thu Oct 07, 2010 3:32 pm
After testing and discovering IE5 and IE6 don't support min-height I came up with this little fix, thought I'd post it to save anyone else the bother of having to reinvent it:
Actually why am I making compatibility for IE6.. I want less people to use it.. Awell 
Code: Select all
min-height: 500px;
height: auto !important;
height: 500px;