blob: 2b5edd5e2d6286e3b006ad61edeb5301dcd3ac1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<body>
<div style="width:0px; position:fixed">
<div style="width: 0px; position: relative; z-index: 2">
<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>
</div>
<body>
</html>
|