blob: 15daf80720eb00e5d29ced3f0116f8d15d13810d (
plain)
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>
|