3 <div style=
"width: 18px; position: relative">
4 <div id=
"t1" style=
"float: right; background-color: silver; width: 10px; height: 100px">
8 <div style=
"float: right; background-color: orange; width: 5px; height: 50px"></div>
9 <div style=
"background-color: blue;">A B C D
<div style=
"float: right; background-color: green; width: 5px; height: 50px"></div></div>
14 document
.body
.offsetTop
;
15 t2
.style
.position
= 'absolute';
16 document
.body
.offsetTop
;
17 t2
.style
.position
= 'static';