IE6のためのmin-height、min-width、max-height、max-width。
.foo { min-height: 100px; height: auto !important; height: 100px; } .bar { max-height: 200px; width: expression(document.body.clientWidth > 202? "200px" : "auto"); }