display:table-cell;
<html> <head> <style > body , html { margin: 0 ; padding: 0 ; height : 100% ; } div { height : 100% ; background: #e0e0e0 ; } </style> </head> <body> <table style="width:400px;" border="1"> <tr> <td style="height:200px; "> <div style="height : 100% ; background: #e0e0e0 ; overflow:auto; " > </div> </td> </tr> </table> </body> </html>