selector {
min-height: 200px;
height: auto !important; /* IE6 will ignore !important */
height: 200px;
}
/* version with underscore hack */
selector {
min-height: 200px;
height: auto;
_height: 200px;
}
-moz-border-radius / -webkit-border-radius
-moz-border-radius-topleft / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius
html>body selector /* not for IE<=6 */
_property: value; /* for IE<=6 */
#property: value; /* for IE7 */