blob: 47ae16077051c841006016e2cf16b66c36e64ea0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html>
<body>
<div style="width:0px; position:fixed">
<div style="position:fixed; width:400px; height:400px; background-color:red"></div>
<div style="left: 200px; top: 200px; position:fixed; width:400px; height:400px; background-color:blue"></div>
</div>
<body>
</html>
|