blob: 0e52e9a7e61e9b95d4a927dcecfe4f46da44caaa [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" style="position: fixed">
<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>
</body>
</html>