blob: 75728c4423913bb907c2418dda62d5cc709b88d7 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE HTML>
<body>
<div style="position:fixed; left:0; top:0">
<div style="position:absolute; z-index:2; left:0; top:0; width:100px; height:100px; background:red"></div>
</div>
<div style="position:absolute; z-index:1; left:0; top:0; width:100px; height:100px; background:lime"></div>
|