blob: c8634788b45447bd5ebaeee752f406a79d10a290 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<body>
<div style="height: 10000px;"></div>
<div style="position: relative; overflow:hidden;">
<div id="test2" style="position:absolute; top:-200px;"></div>
<div style="height: 100px; width: 100px; background: blue;"></div>
</div>
<div style="height: 10000px;"></div>
</body>
</html>
|