min-heightがIE6での実現方法。

selector{
  min-height: 300px;
  height: auto !important;
  height:300px;
}