Quick coding tips: Minimum height in IE6

As you may be aware the CSS property min-height unfortunately doesn’t work in IE6, however if you add the following hack after the attribute: height:auto !important; height: (the min height value); You’ll be able to get it to work, an … Read More