1464288-ref.html (358B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body { 6 margin: 0; 7 } 8 9 div { 10 left: 200px; 11 top: 200px; 12 position:absolute; 13 } 14 </style> 15 </head> 16 <body> 17 <div style="opacity:0.5; position:static"> 18 <div style="width: 200px; height: 200px; background-color: blue;"></div> 19 <div style="width: 100px; height: 100px; background-color: red;"></div> 20 </div> 21 </body> 22 </html>