1 You should see the number
0 below, and the grey box should fit it snugly.
3 <span style=
"position:relative">
4 <div style=
"position:absolute;left:10px;top:10px;background-color:grey">
5 <div style=
"background-color:#acacac; padding:1px;">
6 <div><div>0</div></div>
10 document
.body
.offsetLeft
;
11 document
.getElementById('one').style
.display
= 'none';