1275411-1.html (241B)
1 <html> 2 <head> 3 </head> 4 <body> 5 <div style="overflow: hidden;"> 6 <div style="position: fixed;"> 7 <div style="position: fixed;"> 8 <div style="width: 100px; height: 50px; background: red;"></div> 9 </div> 10 </div> 11 </div> 12 </body> 13 </html>