-1:000000000000 | 0:667f527b8352 |
---|---|
1 <!DOCTYPE html> | |
2 <head> | |
3 <meta charset="utf-8"> | |
4 <style type="text/css"> | |
5 .absthing { | |
6 width: 400px; | |
7 height: 400px; | |
8 position: absolute; | |
9 left: 20px; | |
10 top: 20px; | |
11 } | |
12 #d1 { | |
13 z-index: 1; | |
14 } | |
15 #d2 { | |
16 z-index: 2; | |
17 background-color: rgba(0,0,255,0.5); | |
18 border: 1px solid red; | |
19 } | |
20 </style> | |
21 <body> | |
22 <div class="absthing" id="d1"> | |
23 <embed id="test" type="application/x-test"> | |
24 </div> | |
25 <div class="absthing" id="d2"> | |
26 <p>This is overlaying | |
27 </div> |