1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html> <body> <table border="1"><tr> <td style="float: left; height: 200px"> <script type="text/javascript">v = document.body.offsetHeight;</script> </td> <td style="float: right"> Right </td></tr> </table> </body> </html>