Test this out it might be a good solution for the problem of not being able to set min-width in IE6. Look into what !important does...
#id {
min-height: 100px;
height:auto !important;
height:100px;
}
Blog of resources about Web design, freelancing, graphic design, web hosting & Wordpress