1179288-1.html (291B)
1 <!DOCTYPE HTML> 2 <body> 3 <div style="position:fixed; left:0; top:0"> 4 <div style="position:absolute; z-index:2; left:0; top:0; width:100px; height:100px; background:red"></div> 5 </div> 6 <div style="position:absolute; z-index:1; left:0; top:0; width:100px; height:100px; background:lime"></div>