7 document
.body
.offsetTop
;
8 document
.getElementById("inner").style
.height
= "100px";
12 <body onload=
"test()">
13 <div style=
"height: 200px;">
14 <div style=
"height: auto;">
15 <div style=
"width: 100px; height: 1%; overflow: hidden; background-color: white;">
16 <div id=
"inner" style=
"height: 0;"></div>
19 <div style=
"width: 100px; height: 100px; background-color: green;"></div>