402629-2-iframe.html (505B)
1 <!DOCTYPE HTML> 2 <html style="height:10%"> 3 <body style="height:100%; margin:0px;padding:0px;"> 4 <table style="height:100%" cellpadding="0px" cellspacing="0px"> 5 <tr> 6 <td style="height: 100%; background: lightblue;"> 7 Outside the div 8 <div style="height:100%"> 9 <table style="height:100%" cellpadding="0px" cellspacing="0px"> 10 <tr> 11 <td style="height: 100%; background:lightgreen;"> 12 Inside div 13 </td> 14 </tr> 15 </table> 16 </div> 17 </td> 18 </tr> 19 </table> 20 </body> 21 </html>