2 div.outer { overflow: auto; width:
100px; position: relative; height:
100px; border: solid; }
3 div.inner { position: absolute; top:
250px; }
7 <div class=
"inner" style=
"left: 200px;">foo
</div>
11 <div class=
"outer" style=
"direction: rtl;">
12 <div class=
"inner" style=
"right: 200px;">foo
</div>