blob: 78cce4c669d95e82bec1b8dcd766a94e2749c7c1 (
plain)
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>
|