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