私はマスクであるdivを持っています。2番目の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/