'min-height' Example
<html> <body> <table border="3" style="table-layout:fixed; width:100%;"> <tr> <td style="min-height:250px"> Cell </td> </tr> </table> </body> </html>