402629-3-iframe.html (470B)
1 <!DOCTYPE HTML> 2 <style> 3 html { height: 50%; } 4 body { height:100%; } 5 table { height:100%; } 6 div { height:100%; } 7 td.green { background:lightgreen } 8 td.fill { height: 100% } 9 </style> 10 <html> 11 <body> 12 <table cellpadding="0" cellspacing="0"> 13 <tr> 14 <td class="fill"><div> 15 <table cellpadding="0" cellspacing="0"> 16 <tr><td class="green">foo</td></tr> 17 </table> 18 </div></td> 19 </tr> 20 </table> 21 </body> 22 </html>