我有一个 div 是面具。第二个 div 应该被切割成透明的蒙版。如果背景颜色为绿色,那么 div 应该是绿色的
<body style="background:green;">
<div style="position:fixed;width:100%;height:100%;background:red;z-index:501;"></div>
<div style="width:500px;height:500px;background:blue;position:absolute;z-index:502;"></div>
<!-- I want to make the second div in the body-color that is the green color -->
你能以某种方式帮助我吗?谢谢。http://jsfiddle.net/RYKFQ/2/