2 <div style=
"display: inline-block; height: 0; width: 50px;">
3 <div style=
"width: 50px; height: 50px; background-color: green;"></div>
5 <div id=
"float" style=
"float: left; height: 50px; width: 50px; background-color: red;"></div>
8 document
.body
.offsetTop
;
9 document
.getElementById("float").style
.display
= "none";