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