aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/test18.htm
blob: 1e4c732065e5b43d143521b73f5a51f2015a1b0a (plain)
1
2
3
4
5
6
<div style="border: solid 1px black; width: 300px; height: 100px; position: relative ">
    <span id="left-top" style="position: absolute; left: 10px; top: 10px">left-top</span>
    <span id="right-top" style="position: absolute; right: 10px; top: 10px">right-top</span>
    <span id="left-bottom" style="position: absolute; left: 10px; bottom: 10px">left-bottom</span>
    <span id="right-bottom" style="position: absolute; right: 10px; bottom: 10px">right-bottom</span>
</div>