1453541-ref.html (301B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 5 <div id="empty" style="position:fixed; z-index: 4; left:200px; top:200px; width: 0px"> 6 <div style="position:fixed; width:400px; height: 400px; background-color:green"></div> 7 </div> 8 <div style="width:400px; height: 400px; background-color:blue"></div> 9 10 </body> 11 </html>