Tuesday, August 19, 2008

A fix for the min-width problem?

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;
}