blob: 68568e9556c0c942cf7c52b2b10b4b02d89e3f36 [file] [log] [blame]
<html>
<body>
<div style="width: 18px; position: relative">
<div id="t1" style="float: right; background-color: silver; width: 10px; height: 100px">
</div>
<div id="t2">
<div>
<div style="float: right; background-color: orange; width: 5px; height: 50px"></div>
<div style="background-color: blue;">A B C D<div style="float: right; background-color: green; width: 5px; height: 50px"></div></div>
</div>
</div>
</div>
<script>
document.body.offsetTop;
t1.style.position = 'fixed';
</script>
</body>
</html>