Min-Height for IE

IE ignores min-height properties, following hack fixes this issue.

This solution works for IE6, IE7, Mozilla/Firefox/Gecko, Opera 7.x+ and Safari1.2

selector {
	min-height:400px;
	height:auto !important;
	height:400px;
}
  • Xadrian // 7th July, 2011 at 08:53 AM

    Big help, big help. And spurelaivte news of course.

POST A COMMENT

  • You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>