'min-height' Example : min height « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'min-height' Example

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

    
      
      








Related examples in the same category

1.'min-height' Syntax and Note
2.'min-height' Possible Values
3.'min-height' is applied to