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;
}
  • Digg
  • del.icio.us
  • Facebook
  • Technorati
  • Twitthis
  • FriendFeed

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>