elt {
max-height: 150px; /* Moz, Opera.. */
height: expression(this.scrollHeight > 150 ? "150px" : "auto"); /* IE */
}

Et tout ça à partir d'IE 5. Merci les dynamic properties !

Tip : ça marche aussi avec max-width

Tip 2 : attention toutefois, le this.height semble faire planter IE..