563009-1.html (766B)
1 <html class="reftest-paged"> 2 <head> 3 <style type="text/css"> 4 5 div.room { 6 display: inline-block; 7 float: left; 8 border: 1px solid green; 9 } 10 11 12 </style> 13 </head> 14 <body> 15 16 <!-- adjust height to get tfoot at page boundary" --> 17 <div style=" width:430px; height: 880px; border: 1px solid green;"> 18 19 </div> 20 21 22 <div class="room"> 23 <table border width="260px" > 24 <tbody> 25 <tr> 26 <td><div style="width:50px; height:28px; border: 1px solid green;"></div> 27 </td> 28 </tr> 29 </tbody> 30 <tfoot> 31 <tr> 32 <td > 33 <div style="width:50px; height:68px; border: 1px solid green;"></div> 34 </td> 35 </tr> 36 </tfoot> 37 </table> 38 </div> 39 40 <div class="room" style=" width:430px; height: 311px"></div> 41 42 <div class="room" style=" width:430px; height: 311px"></div>