1 <img style=
"float: left; width: 100px; height: 100px;">
3 <br style=
"clear: both;">
4 <img style=
"float: left; width: 100px; height: 100px;">
6 <img id=
"target" style=
"float: left; width: 100px; height: 0; background-color: blue;">
8 document
.body
.offsetTop
;
9 document
.getElementById("target").style
.height
= "100px";