背景が黒で、html ページの上にわずかに透明な iFrame を配置して、ページを少し暗くする方法を教えてください。
私はこれまでのところこれを持っていますが、機能していません。
<iframe id="fade" src="fade.html" frameborder="No" style="FILTER: chroma(color=#000000)" allowtransparency="true">
<p>Your browser does not support iframes.</p>
</iframe>
フェード.html
<html>
<body style="background:transparent">
</html>