729143-1.html (382B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <table style="width: 100px; height: 100px;"> 5 <tbody style="height: 100%;"> <!-- required for older ffox versions --> 6 <tr> 7 <td style="height: 100%;"> 8 <div style="height: 100%; width: 100%;overflow:scroll;"> 9 <div style="height: 200px"> 10 </div> 11 Some text 12 </div> 13 </td> 14 </tr> 15 </tbody> 16 </table> 17 </body> 18 </html>